diff --git a/configure.py b/configure.py index 94220e853..e9e8bb5d4 100755 --- a/configure.py +++ b/configure.py @@ -615,7 +615,7 @@ config.libs = [ Object(NonMatching, "d/d_menu_item.cpp"), Object(NonMatching, "d/d_menu_option.cpp"), Object(NonMatching, "d/d_menu_save.cpp"), - Object(Equivalent, "d/d_menu_window.cpp"), + Object(MatchingFor("GZLE01"), "d/d_menu_window.cpp"), Object(NonMatching, "d/d_mesg.cpp"), Object(NonMatching, "d/d_message.cpp"), Object(NonMatching, "d/d_message_paper.cpp"), diff --git a/src/d/d_menu_window.cpp b/src/d/d_menu_window.cpp index 259669e55..39dfc4ee3 100644 --- a/src/d/d_menu_window.cpp +++ b/src/d/d_menu_window.cpp @@ -1048,7 +1048,7 @@ static BOOL dMs_Execute(sub_ms_screen_class* i_Ms) { cloth_c->cloth_move(); if (timer > g_menuHIO.field_0x90) { mDoExt_setCurrentHeap(i_Ms->childHeap); - if (dMi_c->_open()) { + if (dMc_c->_open()) { if (i_Ms->mMenuProc == MENU_STATE_COLLECT_OPEN_TACT) { i_Ms->mMenuProc = MENU_STATE_COLLECT_MOVE_TACT; } else {