From: lordhavoc Date: Fri, 17 Nov 2000 11:20:12 +0000 (+0000) Subject: changed texture slots in use message (developer mode only) to not mention glquake X-Git-Tag: RELEASE_0_2_0_RC1~941 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=1ce242bc92c00c1d258ab9fec361be04c9b40b91;p=xonotic%2Fdarkplaces.git changed texture slots in use message (developer mode only) to not mention glquake git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@79 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/cl_main.c b/cl_main.c index 538b19c5..e0ee1093 100644 --- a/cl_main.c +++ b/cl_main.c @@ -225,7 +225,7 @@ Con_DPrintf ("CL_SignonReply: %i\n", cls.signon); case 4: SCR_EndLoadingPlaque (); // allow normal screen updates // LordHavoc: debugging purposes - Con_DPrintf("GLQuake texture slots in use: %i : %i : %i texels\n", texture_extension_number, numgltextures, texels); + Con_DPrintf("Texture slots in use: %i : %i : %i texels\n", texture_extension_number, numgltextures, texels); break; } }