[Fix] Create MQ saves when only MQ OTR loaded (#2001)

Co-authored-by: briaguya <briaguya@alice>
This commit is contained in:
briaguya
2022-11-22 02:59:27 -05:00
committed by GitHub
parent aa16a5388e
commit 15eb293e61

View File

@@ -488,6 +488,7 @@ void FileChoose_UpdateMainMenu(GameState* thisx) {
this->configMode = CM_ROTATE_TO_QUEST_MENU;
} else {
this->configMode = CM_ROTATE_TO_NAME_ENTRY;
gSaveContext.isMasterQuest = MIN_QUEST == MASTER_QUEST;
this->questType[this->buttonIndex] = MIN_QUEST;
CVar_SetS32("gOnFileSelectNameEntry", 1);
this->kbdButton = FS_KBD_BTN_NONE;