fix quest assignment (#3343)

This commit is contained in:
Adam Bird
2023-11-04 17:52:09 -04:00
committed by GitHub
parent 25f05e68b3
commit 44ee6da0aa
7 changed files with 17 additions and 20 deletions

View File

@@ -1202,7 +1202,7 @@ void Play_Update(PlayState* play) {
play->gameplayFrames++;
// Gameplay stat tracking
if (!gSaveContext.sohStats.gameComplete &&
(!IS_BOSS_RUSH || (IS_BOSS_RUSH && !gSaveContext.isBossRushPaused))) {
(!IS_BOSS_RUSH || !gSaveContext.isBossRushPaused)) {
gSaveContext.sohStats.playTimer++;
gSaveContext.sohStats.sceneTimer++;
gSaveContext.sohStats.roomTimer++;