diff options
| author | Aetias <aetias@outlook.com> | 2024-06-21 12:16:14 +0200 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2024-06-21 12:16:14 +0200 |
| commit | 8b51b9f16b8c63520b9cff90359b9044121ff768 (patch) | |
| tree | ee6c854f353f7de04563dc0dcff4bffbb8900b64 /src/00_Core/Actor/Actor.cpp | |
| parent | c7195d52d9349369725d7e8eb5f6c6e0a5f57dce (diff) | |
Decomp `Actor_UnkStruct_020::Actor_UnkStruct_020`
Diffstat (limited to 'src/00_Core/Actor/Actor.cpp')
| -rw-r--r-- | src/00_Core/Actor/Actor.cpp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/00_Core/Actor/Actor.cpp b/src/00_Core/Actor/Actor.cpp index c9f914bb..d70f6c71 100644 --- a/src/00_Core/Actor/Actor.cpp +++ b/src/00_Core/Actor/Actor.cpp @@ -53,6 +53,22 @@ const UnkStruct3 sUnkTable[] = { { 2, 2 }, }; +KILL(_ZN19Actor_UnkStruct_020C2Ev) +Actor_UnkStruct_020::Actor_UnkStruct_020(): + mUnk_0c(-1), + mUnk_0d(0), + mUnk_0e(1), + mUnk_10(-1) +{ + for (s32 i = 0; i < 4; ++i) { + mUnk_00[i] = 0; + } + for (s32 i = 0; i < 2; ++i) { + mUnk_08[i] = 0; + mUnk_0a[i] = 0; + } +} + KILL(_ZN5ActorC1Ev) ARM Actor::Actor(): mType(ActorTypeId_Null), |
