[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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;