Skip to content

Commit

Permalink
Name fields
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaMKW committed Feb 9, 2024
1 parent 7e0ae5d commit f3d7431
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/SMS/Manager/ObjManager.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f3d7431

Please sign in to comment.