]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
fix a warning
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 13 May 2005 21:27:58 +0000 (21:27 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 13 May 2005 21:27:58 +0000 (21:27 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5280 d7cf8633-e32d-0410-b094-e92efae38249

gl_rmain.c

index 4ea8d46cab2e1624c2b0f94a0f1c8bfdc03ee183..8d5a193f024de9aec01c063aa6adc6b7428381b9 100644 (file)
@@ -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)
                {