mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-08 01:39:36 +00:00
game: fixes some player's origin displacements for fire events, impulses commands etc... (ValveSoftware/source-sdk-2013#442)
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user