summaryrefslogtreecommitdiff
path: root/src/KingSystem/ActorSystem/actAiQuery.cpp
diff options
context:
space:
mode:
authorLéo Lam <leo@leolam.fr>2020-12-06 16:01:32 +0100
committerLéo Lam <leo@leolam.fr>2020-12-06 16:04:13 +0100
commit5a1a488ed33f35752749175eb12de4590d7629b8 (patch)
tree00a5f616d3468c318cebe7f7e53216bff2786698 /src/KingSystem/ActorSystem/actAiQuery.cpp
parentb11344bc5eab061a8ad23d4692dc73bb9d888be5 (diff)
ksys/act: Rename ai::ClassArg for consistency with Query::InitArg
Diffstat (limited to 'src/KingSystem/ActorSystem/actAiQuery.cpp')
-rw-r--r--src/KingSystem/ActorSystem/actAiQuery.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KingSystem/ActorSystem/actAiQuery.cpp b/src/KingSystem/ActorSystem/actAiQuery.cpp
index 3c997249..f38ab676 100644
--- a/src/KingSystem/ActorSystem/actAiQuery.cpp
+++ b/src/KingSystem/ActorSystem/actAiQuery.cpp
@@ -2,6 +2,6 @@
namespace ksys::act::ai {
-Query::Query(const InitArg& arg) : mProc(arg.proc), mDefIdx(arg.def_idx) {}
+Query::Query(const InitArg& arg) : mActor(arg.actor), mDefIdx(arg.def_idx) {}
} // namespace ksys::act::ai