]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_brush.c
- fix specular stuff on Q1BSP
[xonotic/darkplaces.git] / model_brush.c
index f58d7a944b22bdf113c35c8eb0292297715d140b..7af9d0e7b4a225a7fc75eb93601d21ff65122082 100644 (file)
@@ -1646,6 +1646,8 @@ 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
                }
        }