2
0
mirror of https://github.com/rehlds/rehlds.git synced 2024-12-28 15:45:46 +03:00

Fix crash on linux

This commit is contained in:
asmodai 2017-05-05 18:30:10 +03:00
parent a6ebcc747c
commit 0c4f5d37ad

View File

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