From a15762df7141a418a2bebe2ca3d9fc14d5c0174d Mon Sep 17 00:00:00 2001 From: divverent Date: Sun, 20 Dec 2009 10:09:44 +0000 Subject: [PATCH] don't need it twice... git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9600 d7cf8633-e32d-0410-b094-e92efae38249 --- model_brush.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/model_brush.c b/model_brush.c index 7af9d0e7..f58d7a94 100644 --- a/model_brush.c +++ b/model_brush.c @@ -1646,8 +1646,6 @@ static void Mod_Q1BSP_LoadTextures(lump_t *l) // start out with no animation tx->currentframe = tx; tx->currentskinframe = tx->skinframes[0]; - tx->specularscalemod = 1; // not supported here - tx->specularpowermod = 1; // not supported here } } -- 2.39.2