game: fixes some player's origin displacements for fire events, impulses commands etc... (ValveSoftware/source-sdk-2013#442)

This commit is contained in:
SanyaSho
2022-08-16 17:21:59 +03:00
parent 81c354ee0d
commit 2e969d3890
2 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -903,10 +903,10 @@ void CPrediction::RunCommand( C_BasePlayer *player, CUserCmd *ucmd, IMoveHelper
pVehicle->ProcessMovement( player, g_pMoveData );
}
FinishMove( player, ucmd, g_pMoveData );
RunPostThink( player );
FinishMove( player, ucmd, g_pMoveData );
g_pGameMovement->FinishTrackPredictionErrors( player );
FinishCommand( player );