diff --git a/saga/actor.cpp b/saga/actor.cpp index 3d9b681bb9a..b8b4c15f8d5 100644 --- a/saga/actor.cpp +++ b/saga/actor.cpp @@ -960,7 +960,7 @@ int Actor::direct(int msec) { // FIXME: HACK. This should be turned into cycle event. _lastTickMsec += msec; - if (_lastTickMsec > ticksToMSec(2)) { // fixme + if (_lastTickMsec > 1000 / 15) { // fixme _lastTickMsec = 0; //process actions handleActions(msec, false);