mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-09 06:03:22 -04:00
Fix typo causing d_menu_window to not actually be equivalent; link d_menu_window for USA
This commit is contained in:
+1
-1
@@ -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"),
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user