mirror of
https://github.com/zeldaret/ph
synced 2026-05-31 17:31:57 -04:00
Update type of ActorManager.mNumActors
This commit is contained in:
@@ -44,7 +44,7 @@ struct ActorList {
|
||||
class ActorManager {
|
||||
public:
|
||||
/* 00 */ u16 mMaxActors;
|
||||
/* 02 */ unk16 mNumActors;
|
||||
/* 02 */ u16 mNumActors;
|
||||
/* 04 */ unk32 mMaxActorIndex;
|
||||
/* 08 */ s32 mCacheEmptyActorIndex;
|
||||
/* 0c */ unk32 mNextActorId;
|
||||
|
||||
Reference in New Issue
Block a user