diff options
| author | Aetias <aetias@outlook.com> | 2024-04-06 16:39:13 +0200 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2024-04-06 16:39:13 +0200 |
| commit | 77eb02449c32707d1a9645bff411132cbe36f0c0 (patch) | |
| tree | bd8499d30f800215c3c5292c978bdb324b9ae7df /include/Actor/Actor.hpp | |
| parent | dcf4270939e6ee0e54a332e2209a3baa0ad28fda (diff) | |
Add field to `Actor`
Diffstat (limited to 'include/Actor/Actor.hpp')
| -rw-r--r-- | include/Actor/Actor.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/Actor/Actor.hpp b/include/Actor/Actor.hpp index a95c771b..b023f274 100644 --- a/include/Actor/Actor.hpp +++ b/include/Actor/Actor.hpp @@ -20,7 +20,8 @@ public: /* 014 */ unk32 mUnk_014; /* 018 */ unk32 mUnk_018; /* 01c */ unk32 mUnk_01c; - /* 020 */ unk8 mUnk_020[0x14]; + /* 020 */ unk32 mUnk_020; + /* 024 */ unk8 mUnk_024[0x10]; /* 034 */ unk32 mUnk_034; /* 038 */ unk32 mUnk_038; /* 03c */ unk32 mUnk_03c; |
