mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-21 19:45:10 +00:00
Fix hilarious menu bug
This commit is contained in:
parent
aeecd190c0
commit
ca77f0aa60
1 changed files with 1 additions and 1 deletions
|
@ -1790,7 +1790,7 @@ s32 init_level(void) {
|
|||
set_mario_action(gMarioState, ACT_IDLE, 0);
|
||||
}
|
||||
}
|
||||
} else if (skipIntro || save_file_exists(gCurrSaveFileNum - 1)) {
|
||||
} else if (skipIntro || save_file_exists(gCurrSaveFileNum - 1) || gDjuiInMainMenu) {
|
||||
set_mario_action(gMarioState, ACT_IDLE, 0);
|
||||
} else {
|
||||
set_mario_action(gMarioState, ACT_INTRO_CUTSCENE, 0);
|
||||
|
|
Loading…
Reference in a new issue