2
0
mirror of https://github.com/rehlds/rehlds.git synced 2025-01-17 00:58:18 +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]); strcat(linuxCmdline, argv[i]);
} }
return linuxCmdline;
} }
bool Sys_SetupConsole() bool Sys_SetupConsole()