diff options
| author | Léo Lam <leo@leolam.fr> | 2020-12-06 16:01:32 +0100 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2020-12-06 16:04:13 +0100 |
| commit | 5a1a488ed33f35752749175eb12de4590d7629b8 (patch) | |
| tree | 00a5f616d3468c318cebe7f7e53216bff2786698 /src/KingSystem/ActorSystem/actAiQuery.cpp | |
| parent | b11344bc5eab061a8ad23d4692dc73bb9d888be5 (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.cpp | 2 |
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 |
