From 151c487fea2ca69ca83afbebb78236634f24c471 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Tue, 19 Dec 2000 03:29:26 +0000 Subject: [PATCH] remove commented out error code. it only confused the reader anyway --- source/cl_trans.c | 1 - source/gl_trans.c | 1 - 2 files changed, 2 deletions(-) diff --git a/source/cl_trans.c b/source/cl_trans.c index e197ba3..78bfab7 100644 --- a/source/cl_trans.c +++ b/source/cl_trans.c @@ -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]; diff --git a/source/gl_trans.c b/source/gl_trans.c index 365d610..aa7fd59 100644 --- a/source/gl_trans.c +++ b/source/gl_trans.c @@ -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);