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 7fc972c..f4869e5 100644 --- a/source/cl_main.c +++ b/source/cl_main.c @@ -2948,7 +2948,9 @@ void CL_Frame( unsigned msec ) { // advance local effects for next frame CL_RunDLights(); +#if USE_LIGHTSTYLES CL_RunLightStyles(); +#endif // check connection timeout if( cls.netchan ) { |