]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_parse.c
fix view blends so they are alpha, not additive
[xonotic/darkplaces.git] / cl_parse.c
index fcc03231cfaa3da4e94804e485e97fdfe4255a35..902c2af148095b6c09b3f553a47b7f2b028794f2 100644 (file)
@@ -883,6 +883,10 @@ void CL_ParseStatic (int large)
 
        VectorCopy (ent->state_baseline.origin, ent->render.origin);
        VectorCopy (ent->state_baseline.angles, ent->render.angles);    
+
+       // This is definitely cheating...
+       if (ent->render.model == NULL)
+               cl.num_statics--;
 }
 
 /*