From 298fa864910e86819a36fac1b8a62f45556de1bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Tue, 16 Mar 2021 11:42:49 +0100 Subject: ksys/act: Add more BaseProcMgr functions --- src/KingSystem/ActorSystem/actBaseProc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/KingSystem/ActorSystem/actBaseProc.cpp') diff --git a/src/KingSystem/ActorSystem/actBaseProc.cpp b/src/KingSystem/ActorSystem/actBaseProc.cpp index 4342a9d9..528766d3 100644 --- a/src/KingSystem/ActorSystem/actBaseProc.cpp +++ b/src/KingSystem/ActorSystem/actBaseProc.cpp @@ -229,7 +229,7 @@ bool BaseProc::canWakeUp_() { return true; } -void BaseProc::queueExtraJobPush_(JobType type) { +void BaseProc::queueExtraJobPush_(JobType type, int idx) { if (!isDeletedOrDeleting()) BaseProcMgr::instance()->queueExtraJobPush(&getJobHandler(type)->getLink()); } -- cgit v1.2.3