SCI/newgui: kAnimate - _delete invoking implemented
svn-id: r44782
This commit is contained in:
parent
cce8d2e279
commit
120b6b9392
3 changed files with 23 additions and 4 deletions
|
@ -414,7 +414,7 @@ void SciGui::animate(reg_t listReference, bool cycle, int argc, reg_t *argv) {
|
|||
|
||||
//_gfx->AnimateUpdateScreen();
|
||||
_screen->copyToScreen();
|
||||
_gfx->AnimateRestoreAndDelete();
|
||||
_gfx->AnimateRestoreAndDelete(list, argc, argv);
|
||||
|
||||
_gfx->SetPort(oldPort);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue