]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - r_sprites.c
added newmap function to render modules (so explosions and other things are reset...
[xonotic/darkplaces.git] / r_sprites.c
index 13db9a0071681ea0791fcdd5e62535587159f699..db8e90e934c588cec1ac93d852b5a2d72c9c1330 100644 (file)
@@ -56,7 +56,7 @@ void R_DrawSpriteModel (entity_t *e, frameblend_t *blend)
                color[2] = e->colormod[2] * 255;
        }
        else
-               R_CompleteLightPoint(color, e->origin);
+               R_CompleteLightPoint(color, e->origin, true);
 
        colorub[0] = bound(0, color[0], 255);
        colorub[1] = bound(0, color[1], 255);