diff options
Diffstat (limited to 'source/cl_main.c')
-rw-r--r-- | source/cl_main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/cl_main.c b/source/cl_main.c index f4869e5..0c5d93d 100644 --- a/source/cl_main.c +++ b/source/cl_main.c @@ -2947,7 +2947,9 @@ void CL_Frame( unsigned msec ) { } // advance local effects for next frame +#if USE_DLIGHTS CL_RunDLights(); +#endif #if USE_LIGHTSTYLES CL_RunLightStyles(); #endif |