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
-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;