From b6971ccf3e950e3fb255ff2f4f4d8b17bf6273fe Mon Sep 17 00:00:00 2001 From: bomba1749 <58524643+bomba1749@users.noreply.github.com> Date: Thu, 29 Jun 2023 20:49:08 -0400 Subject: [PATCH] Add files via upload --- src/KingSystem/ActorSystem/actActorConstDataAccess.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/KingSystem/ActorSystem/actActorConstDataAccess.h b/src/KingSystem/ActorSystem/actActorConstDataAccess.h index b78e9fbc..06d24d9d 100644 --- a/src/KingSystem/ActorSystem/actActorConstDataAccess.h +++ b/src/KingSystem/ActorSystem/actActorConstDataAccess.h @@ -126,6 +126,6 @@ private: }; KSYS_CHECK_SIZE_NX150(ActorConstDataAccess, 0x18); -bool acquireActor(BaseProcLink* link, ActorConstDataAccess* accessor); +bool acquireActor(BaseProcLink* link, ActorLinkConstDataAccess* accessor); } // namespace ksys::act