mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-12 16:18:01 +00:00
engine: client: let time flow in Xash demos
This commit is contained in:
parent
de19d78571
commit
33be1b7591
@ -2341,7 +2341,7 @@ void CL_ReadPackets( void )
|
|||||||
// decide the simulation time
|
// decide the simulation time
|
||||||
cl.oldtime = cl.time;
|
cl.oldtime = cl.time;
|
||||||
|
|
||||||
if( cls.demoplayback != DEMO_XASH3D && !cl.paused )
|
if( !cl.paused )
|
||||||
cl.time += host.frametime;
|
cl.time += host.frametime;
|
||||||
|
|
||||||
// demo time
|
// demo time
|
||||||
|
Loading…
Reference in New Issue
Block a user