mirror of https://github.com/zeldaret/botw.git
Add files via upload
This commit is contained in:
parent
739d1e06a8
commit
726f5bb347
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue