mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- fixed Blood's HUD time display.
This somehow got lost.
This commit is contained in:
parent
f0bd290801
commit
e0ec0f24d0
1 changed files with 1 additions and 0 deletions
|
@ -248,6 +248,7 @@ private:
|
||||||
stats.secrets = gSecretMgr.Founds;
|
stats.secrets = gSecretMgr.Founds;
|
||||||
stats.supersecrets = gSecretMgr.Super;
|
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.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);
|
DBaseStatusBar::PrintLevelStats(stats);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue