From: divverent Date: Sun, 20 Dec 2009 10:09:44 +0000 (+0000) Subject: don't need it twice... X-Git-Tag: xonotic-v0.1.0preview~1047 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a15762df7141a418a2bebe2ca3d9fc14d5c0174d;p=xonotic%2Fdarkplaces.git don't need it twice... git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9600 d7cf8633-e32d-0410-b094-e92efae38249 --- 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 } }