Thank you Isaac for the wrongwarp pause fix

This commit is contained in:
Agent X 2024-03-07 21:35:38 -05:00
parent 6681fe536b
commit c8b592d914
1 changed files with 3 additions and 1 deletions

View File

@ -1673,7 +1673,9 @@ s32 update_level(void) {
changeLevel = play_mode_normal();
}
changeLevel = play_mode_paused();
if (sCurrPlayMode == PLAY_MODE_PAUSED) {
changeLevel = play_mode_paused();
}
break;
case PLAY_MODE_CHANGE_AREA:
changeLevel = play_mode_change_area();