mirror of
https://github.com/rehlds/rehlds.git
synced 2025-01-16 00:28:20 +03:00
Merge pull request #456 from dreamstalker/launcher_refactoring
Fix launcher crash on linux
This commit is contained in:
commit
96b985b799
@ -272,6 +272,8 @@ char* BuildCmdLine(int argc, char **argv)
|
|||||||
|
|
||||||
strcat(linuxCmdline, argv[i]);
|
strcat(linuxCmdline, argv[i]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return linuxCmdline;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool Sys_SetupConsole()
|
bool Sys_SetupConsole()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user