From 4e39bb884f4d2d3166388d037dfef9861d2b5ecd Mon Sep 17 00:00:00 2001 From: Pistonight Date: Sat, 17 May 2025 00:33:17 -0700 Subject: add at param helpers --- src/KingSystem/ActorSystem/actActorCreator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/KingSystem/ActorSystem/actActorCreator.cpp') 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 -- cgit v1.2.3