mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-12-23 00:28:51 -05:00
[Fix] Create MQ saves when only MQ OTR loaded (#2001)
Co-authored-by: briaguya <briaguya@alice>
This commit is contained in:
parent
aa16a5388e
commit
15eb293e61
@ -488,6 +488,7 @@ void FileChoose_UpdateMainMenu(GameState* thisx) {
|
|||||||
this->configMode = CM_ROTATE_TO_QUEST_MENU;
|
this->configMode = CM_ROTATE_TO_QUEST_MENU;
|
||||||
} else {
|
} else {
|
||||||
this->configMode = CM_ROTATE_TO_NAME_ENTRY;
|
this->configMode = CM_ROTATE_TO_NAME_ENTRY;
|
||||||
|
gSaveContext.isMasterQuest = MIN_QUEST == MASTER_QUEST;
|
||||||
this->questType[this->buttonIndex] = MIN_QUEST;
|
this->questType[this->buttonIndex] = MIN_QUEST;
|
||||||
CVar_SetS32("gOnFileSelectNameEntry", 1);
|
CVar_SetS32("gOnFileSelectNameEntry", 1);
|
||||||
this->kbdButton = FS_KBD_BTN_NONE;
|
this->kbdButton = FS_KBD_BTN_NONE;
|
||||||
|
Loading…
Reference in New Issue
Block a user