mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-11 15:47:55 +00:00
ref: gl: use direct cl.paused instead of PARM_GAMEPAUSED
This commit is contained in:
parent
82a2d272ad
commit
17deba0606
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user