diff options
author | Eugene Sandulenko | 2004-12-24 13:14:23 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2004-12-24 13:14:23 +0000 |
commit | c241041185d2475392777110ce3b83a3c07f2279 (patch) | |
tree | e55193c8c4f33b6872438329624cfbf45942f42c /saga | |
parent | af0a1792f8d17c4fc75acb45d224f62a079bf665 (diff) | |
download | scummvm-rg350-c241041185d2475392777110ce3b83a3c07f2279.tar.gz scummvm-rg350-c241041185d2475392777110ce3b83a3c07f2279.tar.bz2 scummvm-rg350-c241041185d2475392777110ce3b83a3c07f2279.zip |
Add FIXME to newly added actor animation code
svn-id: r16293
Diffstat (limited to 'saga')
-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 |