summaryrefslogtreecommitdiff
path: root/src/KingSystem/ActorSystem/actBaseProc.cpp
diff options
context:
space:
mode:
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());
}