You've already forked HackerSM64
mirror of
https://github.com/HackerN64/HackerSM64.git
synced 2026-01-21 10:35:32 -08:00
Fixed save and quitting while in widescreen (#257)
* Fixed save and quitting while in widescreen * use define for the level * all my homies hate ifdefs
This commit is contained in:
@@ -2130,6 +2130,7 @@ s32 lvl_init_menu_values_and_cursor_pos(UNUSED s32 arg, UNUSED s32 unused) {
|
||||
sMainMenuTimer = 0;
|
||||
sEraseYesNoHoverState = MENU_ERASE_HOVER_NONE;
|
||||
sSoundMode = save_file_get_sound_mode();
|
||||
gCurrLevelNum = LEVEL_UNKNOWN_1;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user