Remove elfkill

This commit is contained in:
Aetias
2024-10-12 16:16:17 +02:00
parent b2f57385a0
commit 74a29deff3
6 changed files with 1 additions and 330 deletions
+1 -3
View File
@@ -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),
-4
View File
@@ -2,10 +2,6 @@
ActorTypeList sActorTypeList;
// Kill duplicate dtors
KILL(_ZN9ActorTypeC2EjPFP5ActorvEPFivE)
KILL(_ZN9ActorTypeD2Ev)
ARM ActorType::ActorType(ActorTypeId id, ActorCreateFunc create, unk32 (*unk_08)()) {
this->id = id;
this->create = create;