Add FIXME to newly added actor animation code

svn-id: r16293
This commit is contained in:
Eugene Sandulenko 2004-12-24 13:14:23 +00:00
parent af0a1792f8
commit c241041185

View File

@ -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