- Blood: fixed super secret notification on the level summary screen.

This commit is contained in:
Christoph Oelckers 2021-08-30 15:24:52 +02:00
parent 2e451618f8
commit 61bc90949b
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ void GameInterface::LevelCompleted(MapRecord *map, int skill)
info.maxkills = gKillMgr.TotalKills; info.maxkills = gKillMgr.TotalKills;
info.secrets = gSecretMgr.Founds; info.secrets = gSecretMgr.Founds;
info.maxsecrets = gSecretMgr.Total; info.maxsecrets = gSecretMgr.Total;
info.time = gSecretMgr.Super; info.supersecrets = gSecretMgr.Super;
info.endofgame = map == nullptr; info.endofgame = map == nullptr;
ShowIntermission(currentLevel, map, &info, [=](bool) ShowIntermission(currentLevel, map, &info, [=](bool)