remove commented out error code. it only confused the reader anyway

This commit is contained in:
Bill Currie 2000-12-19 03:29:26 +00:00
parent 74d8c81457
commit 151c487fea
2 changed files with 0 additions and 2 deletions

View File

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

View File

@ -44,7 +44,6 @@ void
CL_NewTranslation (int slot)
{
if (slot > MAX_CLIENTS)
// Sys_Error ("CL_NewTranslation: slot > MAX_CLIENTS");
Host_EndGame ("CL_NewTranslation: slot > MAX_CLIENTS");
R_TranslatePlayerSkin (slot);