mirror of
https://git.code.sf.net/p/quake/nuq
synced 2024-11-24 21:12:07 +00:00
add some ws
This commit is contained in:
parent
4323b3039e
commit
fa33f48d35
1 changed files with 1 additions and 1 deletions
|
@ -937,7 +937,7 @@ COM_InitFilesystem ( void )
|
|||
start up with basegame->string by default
|
||||
*/
|
||||
COM_CreateGameDirectory(fs_basegame->string);
|
||||
if ((i = COM_CheckParm ("-game")) && i < com_argc-1) {
|
||||
if ((i = COM_CheckParm ("-game")) && i < com_argc - 1) {
|
||||
COM_CreateGameDirectory(com_argv[i+1]);
|
||||
}
|
||||
if (hipnotic) {
|
||||
|
|
Loading…
Reference in a new issue