diff options
Diffstat (limited to 'saga/actor.cpp')
-rw-r--r-- | saga/actor.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/saga/actor.cpp b/saga/actor.cpp index a095d64ce8..9a43c46874 100644 --- a/saga/actor.cpp +++ b/saga/actor.cpp @@ -549,6 +549,8 @@ int Actor::direct(int msec) { } } */ + + // FIXME: HACK. This should be turned into cycle event. _lastTickMsec += msec; if (_lastTickMsec > ticksToMSec(6)) { // fixme |