Add files via upload

This commit is contained in:
bomba1749 2023-07-02 22:16:37 -04:00 committed by GitHub
parent 739d1e06a8
commit 726f5bb347
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -406,7 +406,7 @@ bool ActorConstDataAccess::horseTargetedIsCircularMoveAlways() const {
return gparam->getHorseTargetedInfo()->mIsCircularMoveAlways.ref();
}
bool acquireActor(BaseProcLink* link, ActorConstDataAccess* accessor) {
bool acquireActor(BaseProcLink* link, ActorLinkConstDataAccess* accessor) {
return link->getProcInContext([accessor](BaseProc* proc, bool valid) {
if (!proc) {
if (!valid)