2
0
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:
theAsmodai 2017-05-05 18:38:21 +03:00 committed by GitHub
commit 96b985b799

View File

@ -272,6 +272,8 @@ char* BuildCmdLine(int argc, char **argv)
strcat(linuxCmdline, argv[i]);
}
return linuxCmdline;
}
bool Sys_SetupConsole()