diff options
| author | Léo Lam <leo@leolam.fr> | 2020-08-20 13:15:12 +0200 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2020-08-20 18:25:47 +0200 |
| commit | afde5b27753162e187cffc6ec765099bd0767459 (patch) | |
| tree | 88b6ed4fb1ab57d556b653840b6969eb987d9d8e /src/KingSystem/ActorSystem/actActorLinkConstDataAccess.cpp | |
| parent | f92ab2f5598789d9531bfe93e9abcc3dc4cc938d (diff) | |
ksys/act: Implement BaseProcLink
Diffstat (limited to 'src/KingSystem/ActorSystem/actActorLinkConstDataAccess.cpp')
| -rw-r--r-- | src/KingSystem/ActorSystem/actActorLinkConstDataAccess.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/KingSystem/ActorSystem/actActorLinkConstDataAccess.cpp b/src/KingSystem/ActorSystem/actActorLinkConstDataAccess.cpp index 91a3c860..8222b176 100644 --- a/src/KingSystem/ActorSystem/actActorLinkConstDataAccess.cpp +++ b/src/KingSystem/ActorSystem/actActorLinkConstDataAccess.cpp @@ -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) { |
