summaryrefslogtreecommitdiff
path: root/src/KingSystem/ActorSystem/actBaseProc.cpp
diff options
context:
space:
mode:
authorLéo Lam <leo@leolam.fr>2021-03-16 11:42:49 +0100
committerLéo Lam <leo@leolam.fr>2021-03-18 00:48:56 +0100
commit298fa864910e86819a36fac1b8a62f45556de1bb (patch)
tree5d8f6098c87784b1a7049125ab721648a5222f5d /src/KingSystem/ActorSystem/actBaseProc.cpp
parent7fc889714e7b057071a0d9a393946c0de97cd230 (diff)
ksys/act: Add more BaseProcMgr functions
Diffstat (limited to 'src/KingSystem/ActorSystem/actBaseProc.cpp')
-rw-r--r--src/KingSystem/ActorSystem/actBaseProc.cpp2
1 files changed, 1 insertions, 1 deletions
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());
}