diff --git a/source/games/exhumed/src/exhumed.cpp b/source/games/exhumed/src/exhumed.cpp index ca05730fe3b..f48d90e7246 100644 --- a/source/games/exhumed/src/exhumed.cpp +++ b/source/games/exhumed/src/exhumed.cpp @@ -464,6 +464,7 @@ void GameInterface::Ticker() if (EndLevel > 1) EndLevel--; PlayerList[nLocalPlayer].pActor->backuppos(); + PlayerList[nLocalPlayer].ototalvel = PlayerList[nLocalPlayer].totalvel; obobangle = bobangle; int flash = 7 - abs(EndLevel - 7); videoTintBlood(flash * 30, flash * 30, flash * 30);