Skip to content

Commit

Permalink
- fixed Blood's HUD time display.
Browse files Browse the repository at this point in the history
This somehow got lost.
  • Loading branch information
coelckers committed May 1, 2021
1 parent f0bd290 commit e0ec0f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/games/blood/src/sbar.cpp
Expand Up @@ -248,6 +248,7 @@ class DBloodStatusBar : public DBaseStatusBar
stats.secrets = gSecretMgr.Founds;
stats.supersecrets = gSecretMgr.Super;
stats.maxsecrets = max(gSecretMgr.Founds, gSecretMgr.Total); // If we found more than there are, increase the total. Some levels have a bugged counter.
stats.time = Scale(PlayClock, 1000, 120);

DBaseStatusBar::PrintLevelStats(stats);
}
Expand Down

0 comments on commit e0ec0f2

Please sign in to comment.