From e9cf0968194c1da39602f2c693e1dfaee138b0fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Wed, 9 Dec 2020 20:50:30 +0100 Subject: ksys/act: Rename Query::preInit -> loadParams --- src/KingSystem/ActorSystem/actAiQuery.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/KingSystem/ActorSystem/actAiQuery.cpp') diff --git a/src/KingSystem/ActorSystem/actAiQuery.cpp b/src/KingSystem/ActorSystem/actAiQuery.cpp index 3ff02b07..d2259fd8 100644 --- a/src/KingSystem/ActorSystem/actAiQuery.cpp +++ b/src/KingSystem/ActorSystem/actAiQuery.cpp @@ -25,7 +25,7 @@ bool Query::init(sead::Heap* heap) { mActor->getRootAi()->loadAITreeParams(set.ai_tree_params, heap) && (set.dynamic_params.num_params < 1 || mParamPack.load(*mActor, set.dynamic_params, heap, AIDefInstParamKind::Dynamic))) { - preInit_(); + loadParams(); return init_(heap); } } -- cgit v1.2.3