diff --git a/source/gl_rsurf.c b/source/gl_rsurf.c index b7086e2..b862a67 100644 --- a/source/gl_rsurf.c +++ b/source/gl_rsurf.c @@ -1044,6 +1044,8 @@ void R_DrawWorld (void) currententity = &ent; + R_PushDlights (); // LordHavoc: moved from V_RenderView to R_DrawWorld + glColor3f (1.0, 1.0, 1.0); memset (lightmap_polys, 0, sizeof(lightmap_polys)); // Be sure to clear the skybox --KB