mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2025-01-31 03:10:33 +00:00
Oops typo.
This commit is contained in:
parent
44fb8f49b6
commit
f03ee4b61c
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ char *Sys_DefaultHomePath( void )
|
|||
return NULL;
|
||||
}
|
||||
|
||||
Com_Sprintf(homePath, sizeof(homePath), "%s%c", szPath, PATH_SEP);
|
||||
Com_sprintf(homePath, sizeof(homePath), "%s%c", szPath, PATH_SEP);
|
||||
|
||||
if(com_homepath->string[0])
|
||||
Q_strcat(homePath, sizeof(homePath), com_homepath->string);
|
||||
|
|
Loading…
Reference in a new issue