mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-25 13:35:12 +00:00
Thank you Isaac for the wrongwarp pause fix
This commit is contained in:
parent
6681fe536b
commit
c8b592d914
1 changed files with 3 additions and 1 deletions
|
@ -1673,7 +1673,9 @@ s32 update_level(void) {
|
||||||
changeLevel = play_mode_normal();
|
changeLevel = play_mode_normal();
|
||||||
}
|
}
|
||||||
|
|
||||||
changeLevel = play_mode_paused();
|
if (sCurrPlayMode == PLAY_MODE_PAUSED) {
|
||||||
|
changeLevel = play_mode_paused();
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
case PLAY_MODE_CHANGE_AREA:
|
case PLAY_MODE_CHANGE_AREA:
|
||||||
changeLevel = play_mode_change_area();
|
changeLevel = play_mode_change_area();
|
||||||
|
|
Loading…
Reference in a new issue