summaryrefslogtreecommitdiff
path: root/src/KingSystem/ActorSystem/actActorCreator.cpp
diff options
context:
space:
mode:
authorPistonight <pistonknight@outlook.com>2025-05-17 00:33:17 -0700
committerPistonight <pistonknight@outlook.com>2025-05-17 00:33:17 -0700
commit4e39bb884f4d2d3166388d037dfef9861d2b5ecd (patch)
tree53444149f9ba97397dd66679997d7f0469d90298 /src/KingSystem/ActorSystem/actActorCreator.cpp
parent883e2da96aaceb1865e8fe7c4a8a2a5fd42df7a9 (diff)
add 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