202c202
< if (readyList.empty() || readyList.front()->readyTime > curTick) {
---
> if (readyList.empty() || readyList.front()->readyTime > curTick()) {