diff options
| author | Aetias <aetias@outlook.com> | 2025-05-29 12:24:19 +0200 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2025-05-29 12:24:19 +0200 |
| commit | d29c7c377e2808686d915992ef149a8652009e98 (patch) | |
| tree | f9935751da78d9c6baf8961ee30e5e50a2d05c17 /include/Actor/Actor.hpp | |
| parent | a65e5547da4894b8d9aceaee2a81dbebd671ae3e (diff) | |
`ActorSpawner` 99%
Diffstat (limited to 'include/Actor/Actor.hpp')
| -rw-r--r-- | include/Actor/Actor.hpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/include/Actor/Actor.hpp b/include/Actor/Actor.hpp index f82d34ab..4d40a080 100644 --- a/include/Actor/Actor.hpp +++ b/include/Actor/Actor.hpp @@ -35,8 +35,8 @@ struct Actor_UnkStruct_020 { /* 08 */ u8 mUnk_08[2]; /* 0a */ u8 mUnk_0a[2]; /* 0c */ unk8 mUnk_0c; - /* 0d */ unk8 mUnk_0d; - /* 0e */ unk8 mUnk_0e; + /* 0d */ u8 mUnk_0d; + /* 0e */ u8 mUnk_0e; /* 0f */ unk8 mUnk_0f; /* 10 */ unk32 mUnk_10; /* 14 */ @@ -110,8 +110,7 @@ public: /* 012 */ unk16 mUnk_012; /* 014 */ Vec3p mUnk_014; /* 020 */ Actor_UnkStruct_020 mUnk_020; - /* 034 */ unk32 mUnk_034; - /* 038 */ unk32 mUnk_038; + /* 034 */ ActorRef mUnk_034; /* 03c */ unk32 mUnk_03c; /* 040 */ ActorRef mUnk_040; /* 048 */ Vec3p mPos; |
