Add TODO note to identify superclass for correct size in menu_cloth_class.

This commit is contained in:
Briggs Baltzell
2026-03-07 19:28:17 -06:00
parent 9c35aaf747
commit 49512d77ca
+1 -1
View File
@@ -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;
};