summaryrefslogtreecommitdiff
path: root/src/KingSystem/ActorSystem/actActorCreator.cpp
diff options
context:
space:
mode:
authorLéo Lam <leo@leolam.fr>2025-05-17 12:09:51 +0200
committerGitHub <noreply@github.com>2025-05-17 12:09:51 +0200
commit24a422608297cc2e01ab8e1980ce95c0e6ce1f76 (patch)
tree53444149f9ba97397dd66679997d7f0469d90298 /src/KingSystem/ActorSystem/actActorCreator.cpp
parent883e2da96aaceb1865e8fe7c4a8a2a5fd42df7a9 (diff)
parent4e39bb884f4d2d3166388d037dfef9861d2b5ecd (diff)
Merge pull request #143 from Pistonight/ipp_at_params
Add initial version of at-param helpers
Diffstat (limited to 'src/KingSystem/ActorSystem/actActorCreator.cpp')
-rw-r--r--src/KingSystem/ActorSystem/actActorCreator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KingSystem/ActorSystem/actActorCreator.cpp b/src/KingSystem/ActorSystem/actActorCreator.cpp
index e3203b5e..5bb3303d 100644
--- a/src/KingSystem/ActorSystem/actActorCreator.cpp
+++ b/src/KingSystem/ActorSystem/actActorCreator.cpp
@@ -225,7 +225,7 @@ void ActorCreator::setCreatePriorityState1(InstParamPack& pack, BaseProc* proc)
void ActorCreator::setCreatePriorityState2(InstParamPack& pack, BaseProc* proc) {
pack.setProc(proc);
proc->setCreatePriorityState2();
- pack.getBuffer().add(true, "@W");
+ pack->addWait();
}
} // namespace ksys::act