diff options
| author | Aetias <aetias@outlook.com> | 2024-07-02 10:32:48 +0200 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2024-07-02 10:32:48 +0200 |
| commit | 77e7c6d8d40a122da860b0be4366fac43b233938 (patch) | |
| tree | b88bfac92c465d18699d7efcbeefa0fed4292a70 /include/Actor | |
| parent | 2a55eb0a48f93d64b13c15a077ecc1fb6e00187b (diff) | |
Decomp `Actor`
Diffstat (limited to 'include/Actor')
| -rw-r--r-- | include/Actor/Actor.hpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/Actor/Actor.hpp b/include/Actor/Actor.hpp index 0776e0da..29d4da2a 100644 --- a/include/Actor/Actor.hpp +++ b/include/Actor/Actor.hpp @@ -88,9 +88,7 @@ public: /* 010 */ u8 mUnk_010; /* 011 */ u8 mUnk_011; /* 012 */ unk16 mUnk_012; - /* 014 */ unk32 mUnk_014; - /* 018 */ unk32 mUnk_018; - /* 01c */ unk32 mUnk_01c; + /* 014 */ Vec3p mUnk_014; /* 020 */ Actor_UnkStruct_020 mUnk_020; /* 034 */ unk32 mUnk_034; /* 038 */ unk32 mUnk_038; |
