mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-11 14:42:05 +08:00
ref: gl: use direct cl.paused instead of PARM_GAMEPAUSED
This commit is contained in:
+1
-1
@@ -55,7 +55,7 @@ void CL_RunLightStyles( void )
|
||||
continue;
|
||||
}
|
||||
|
||||
if( !ENGINE_GET_PARM( PARAM_GAMEPAUSED ) && frametime <= 0.1f )
|
||||
if( !gp_cl->paused && frametime <= 0.1f )
|
||||
ls->time += frametime; // evaluate local time
|
||||
|
||||
flight = (int)Q_floor( ls->time * 10 );
|
||||
|
||||
Reference in New Issue
Block a user