mirror of
https://github.com/zeldaret/ph
synced 2026-07-09 14:05:36 -04:00
Remove elfkill
This commit is contained in:
@@ -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),
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user