Navigation Menu

Skip to content

Commit

Permalink
- Exhumed: Extend 520c03b to back up the player's totalvel variable…
Browse files Browse the repository at this point in the history
… as well at the map's end.
  • Loading branch information
mjr4077au committed Jan 19, 2022
1 parent f91f3ea commit 1446486
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/games/exhumed/src/exhumed.cpp
Expand Up @@ -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);
Expand Down

0 comments on commit 1446486

Please sign in to comment.