From 49512d77ca188fd7baaa48331653abd8b4f84cb1 Mon Sep 17 00:00:00 2001 From: Briggs Baltzell Date: Sat, 7 Mar 2026 19:28:17 -0600 Subject: [PATCH] Add TODO note to identify superclass for correct size in `menu_cloth_class`. --- 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 0dddf4cf1..da45621dd 100644 --- a/src/d/d_menu_cloth.cpp +++ b/src/d/d_menu_cloth.cpp @@ -943,7 +943,7 @@ static BOOL dMenu_ClothIsDelete(void*) { return TRUE; } -// TODO +// TODO: Find superclass that gives the correct size of 0x929C. class menu_cloth_class : public fopAc_ac_c { dMCloth_c mCloth; };