SCI/newgui: kAnimate - more implemented, cels are now drawn but isnt working correctly currently
svn-id: r44781
This commit is contained in:
parent
d1dcd82ac0
commit
cce8d2e279
3 changed files with 60 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue