mirror of
https://github.com/zeldaret/botw
synced 2026-06-29 10:50:55 -04:00
ksys/act: Implement remaining BaseProc functions
This commit is contained in:
@@ -46,7 +46,7 @@ bool ActorLimiter::List::addActor(BaseProc* proc, bool allow_evicting_old_actors
|
||||
acquireActor(&target_node->proc_link, &acc);
|
||||
}
|
||||
|
||||
acc.deleteEx(BaseProc::DeleteReason::_15);
|
||||
acc.deleteEx(BaseProc::DeleteReason::_f);
|
||||
}
|
||||
|
||||
if (target_node == nullptr)
|
||||
|
||||
Reference in New Issue
Block a user