mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-01-08 12:28:10 -05:00
Fixes bug preventing name entry with single OTR. (#1894)
This commit is contained in:
parent
d49a1cd6b3
commit
4156a1d2c7
@ -766,7 +766,7 @@ void FileChoose_RotateToOptions(GameState* thisx) {
|
||||
*/
|
||||
void FileChoose_RotateToMain(GameState* thisx) {
|
||||
FileChooseContext* this = (FileChooseContext*)thisx;
|
||||
if (this->configMode == CM_QUEST_TO_MAIN || (MIN_QUEST == MAX_QUEST && this->configMode == CM_NAME_ENTRY_TO_MAIN) ||
|
||||
if (this->configMode == CM_QUEST_TO_MAIN || (MIN_QUEST == MAX_QUEST && this->configMode == CM_NAME_ENTRY_TO_MAIN && this->prevConfigMode != CM_MAIN_MENU) ||
|
||||
this->configMode == CM_OPTIONS_TO_MAIN) {
|
||||
this->windowRot -= VREG(16);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user