From 540217c31b88246d5c3abd57bb3fbd97cff6d31c Mon Sep 17 00:00:00 2001 From: TakaRikka <38417346+TakaRikka@users.noreply.github.com> Date: Mon, 17 Nov 2025 10:01:03 -0800 Subject: wii building OK / m_Do_graphic debug work (#2815) * wii building OK + m_Do_graphic debug work * d_meter_HIO debug cleanup * wii m_Do_graphic stuff * tag_attack_item OK, mirror_chain almost * fix build * mg_fshop matching --- src/d/d_menu_fmap.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/d/d_menu_fmap.cpp') diff --git a/src/d/d_menu_fmap.cpp b/src/d/d_menu_fmap.cpp index cb719c0bec..dfe8c9eba7 100644 --- a/src/d/d_menu_fmap.cpp +++ b/src/d/d_menu_fmap.cpp @@ -194,9 +194,9 @@ dMenu_Fmap_c::dMenu_Fmap_c(JKRExpHeap* i_heap, STControl* i_stick, CSTControl* i mProcess = PROC_REGION_MAP; strcpy(mMarkedStageName, ""); - if (g_fmapHIO.mpArchive != NULL && g_fmapHIO.mpArchive->isMounted()) { + if (g_fmapHIO.mpArcData != NULL && g_fmapHIO.mpArcData->isMounted()) { mProcess = i_process; - mpMapArchive = g_fmapHIO.mpArchive; + mpMapArchive = g_fmapHIO.mpArcData; } else { mpMapArchive = dComIfGp_getFieldMapArchive2(); } -- cgit v1.2.3