mirror of
https://github.com/zeldaret/botw
synced 2026-06-04 02:46:17 -04:00
ksys/act: Implement BaseProcLink
This commit is contained in:
@@ -33,7 +33,8 @@ void ActorLinkConstDataAccess::debugLog(s32, const sead::SafeString&) {
|
||||
// Intentionally left empty.
|
||||
}
|
||||
|
||||
bool acquireProc(ActorLinkConstDataAccess* accessor, BaseProc* proc, const sead::SafeString& from) {
|
||||
bool acquireProc(ActorLinkConstDataAccess* accessor, BaseProc* proc, const sead::SafeString& from,
|
||||
s32) {
|
||||
bool acquired = false;
|
||||
|
||||
if (accessor) {
|
||||
|
||||
Reference in New Issue
Block a user