Fix not being able to continue to next level

This commit is contained in:
congusbongus
2025-05-01 23:44:34 +10:00
parent 2251b5e923
commit dff2fa6c16

View File

@@ -634,7 +634,7 @@ static GameLoopResult MissionSummaryUpdate(GameLoopData *data, LoopRunner *l)
{
LoopRunnerChange(l, ScreenVictory(&gCampaign));
}
else if (!mData->completed)
else
{
// Check if we want to return to menu or replay mission
gCampaign.IsQuit = mData->ms.current->u.returnCode == 1;