SCI/newgui: kAnimate - more implemented, cels are now drawn but isnt working correctly currently

svn-id: r44781
This commit is contained in:
Martin Kiewitz 2009-10-08 10:35:12 +00:00
parent d1dcd82ac0
commit cce8d2e279
3 changed files with 60 additions and 4 deletions

View file

@ -405,7 +405,7 @@ void SciGui::animate(reg_t listReference, bool cycle, int argc, reg_t *argv) {
_gfx->AnimateUpdate();
}
_gfx->AnimateDrawCels();
_gfx->AnimateDrawCels(list);
if (_screen->_picNotValid) {
//(this->*ShowPic)(_showMap, _showStyle);