diff options
| author | Aetias <aetias@outlook.com> | 2024-10-12 16:16:17 +0200 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2024-10-12 16:16:17 +0200 |
| commit | 74a29deff311fb7bc51028ae9bf4272d7835cb8c (patch) | |
| tree | 5e0c551c877abb1bf04c79a111e5a9325191d73e /src/00_Core/Actor/Actor.cpp | |
| parent | b2f57385a053a3d9bbb8166b0b139430e8db5fb2 (diff) | |
Remove `elfkill`
Diffstat (limited to 'src/00_Core/Actor/Actor.cpp')
| -rw-r--r-- | src/00_Core/Actor/Actor.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/00_Core/Actor/Actor.cpp b/src/00_Core/Actor/Actor.cpp index b15fee13..04994a03 100644 --- a/src/00_Core/Actor/Actor.cpp +++ b/src/00_Core/Actor/Actor.cpp @@ -53,7 +53,6 @@ const UnkStruct3 sUnkTable[] = { { 2, 2 }, }; -KILL(_ZN19Actor_UnkStruct_020C2Ev) Actor_UnkStruct_020::Actor_UnkStruct_020(): mUnk_0c(-1), mUnk_0d(0), @@ -69,8 +68,7 @@ Actor_UnkStruct_020::Actor_UnkStruct_020(): } } -KILL(_ZN5ActorC1Ev) -ARM Actor::Actor(): +ARM Actor::Actor() : mType(ActorTypeId_Null), mRef(-1, -1), mUnk_010(0), |
