Change a bunch of Sys_Error()'s to Host_EndGame()

This commit is contained in:
Anton E. Gavrilov 2000-07-31 12:54:11 +00:00
parent 8bcf348265
commit bbb594019b
6 changed files with 14 additions and 7 deletions

View file

@ -52,7 +52,8 @@ void CL_NewTranslation (int slot)
char s[512];
if (slot > MAX_CLIENTS)
Sys_Error ("CL_NewTranslation: slot > MAX_CLIENTS");
// Sys_Error ("CL_NewTranslation: slot > MAX_CLIENTS");
Host_EndGame ("CL_NewTranslation: slot > MAX_CLIENTS");
player = &cl.players[slot];