From 4174c6decdd7900fcb79b11d661916b2f5bba1de Mon Sep 17 00:00:00 2001 From: Briggs Baltzell Date: Fri, 6 Feb 2026 16:17:22 -0600 Subject: [PATCH] Update `g_fopAc_Method` reference to `g_fopMsg_Method` in cloth menu structure. --- src/d/d_menu_cloth.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/d/d_menu_cloth.cpp b/src/d/d_menu_cloth.cpp index c1080f624..cdde625bb 100644 --- a/src/d/d_menu_cloth.cpp +++ b/src/d/d_menu_cloth.cpp @@ -493,7 +493,7 @@ menu_process_profile_definition g_profile_Menu_Cloth = { /* Size */ 0x929C, /* SizeOther */ 0, /* Parameters */ 0, - /* Leaf SubMtd */ &g_fopAc_Method.base, + /* Leaf SubMtd */ &g_fopMsg_Method, /* Priority */ PRIO_Menu_Cloth, /* Actor SubMtd */ &dMenu_ClothMethodTable, };