From f3d7431cfeaa9ea0935c860188ff3beab04eabcc Mon Sep 17 00:00:00 2001 From: JoshuaMKW Date: Fri, 9 Feb 2024 12:29:28 -0600 Subject: [PATCH] Name fields --- include/SMS/Manager/ObjManager.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/SMS/Manager/ObjManager.hxx b/include/SMS/Manager/ObjManager.hxx index 82edc1c..d4333a8 100644 --- a/include/SMS/Manager/ObjManager.hxx +++ b/include/SMS/Manager/ObjManager.hxx @@ -33,8 +33,8 @@ public: void manageObj(THitActor *obj); size_t mMaxObjs; // _10 - u32 _14; // I think this is obj number - u32 *_18; + size_t mObjCount; // _14 + JDrama::TViewObj *mObjAry; TObjChara *mObjChara; u32 _20; u32 _24;