X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=model_brush.c;h=7af9d0e7b4a225a7fc75eb93601d21ff65122082;hb=947a3490696c20875ce9e191cf8dbc5a3b45d0f8;hp=f58d7a944b22bdf113c35c8eb0292297715d140b;hpb=df60a2bed892e2f1f3b993846fd8bad5f56b037e;p=xonotic%2Fdarkplaces.git diff --git a/model_brush.c b/model_brush.c index f58d7a94..7af9d0e7 100644 --- a/model_brush.c +++ b/model_brush.c @@ -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 } }