From 11678814c35d3ce67d3dc55390bc70ed3d1653d8 Mon Sep 17 00:00:00 2001 From: havoc Date: Fri, 13 May 2005 21:27:58 +0000 Subject: [PATCH] fix a warning git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5280 d7cf8633-e32d-0410-b094-e92efae38249 --- gl_rmain.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gl_rmain.c b/gl_rmain.c index 4ea8d46c..8d5a193f 100644 --- a/gl_rmain.c +++ b/gl_rmain.c @@ -1880,8 +1880,8 @@ static void R_DrawTextureSurfaceList(const entity_render_t *ent, texture_t *text basetexture = texture->skin.merged ? texture->skin.merged : texture->skin.base; dopants = false; doshirt = false; - //dofullbrightshirt = false; - //dofullbrightpants = false; + dofullbrightshirt = false; + dofullbrightpants = false; } if (dolightmap && gl_combine.integer) { -- 2.39.2