mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
Merge 4281 update
This commit is contained in:
@@ -1239,7 +1239,7 @@ void CL_PredictMovement( qboolean repredicting )
|
||||
if( cls.state != ca_active || cls.spectator )
|
||||
return;
|
||||
|
||||
if( cls.demoplayback && cl.cmd != NULL && !repredicting )
|
||||
if( cls.demoplayback && !repredicting )
|
||||
CL_DemoInterpolateAngles();
|
||||
|
||||
CL_SetUpPlayerPrediction( false, false );
|
||||
|
||||
Reference in New Issue
Block a user