Fix for bug #1586735 ("KYRA1: Sprite not redrawn")

svn-id: r25057
This commit is contained in:
Johannes Schickel 2007-01-08 23:55:14 +00:00
parent 53d842f377
commit 965d82ea46

View File

@ -1316,6 +1316,7 @@ int KyraEngine::o1_drawItemShapeIntoScene(ScriptState *script) {
_screen->drawShape(2, _shapes[220+item], x, y, 0, flags);
_screen->drawShape(0, _shapes[220+item], x, y, 0, flags);
_animator->flagAllObjectsForBkgdChange();
_animator->preserveAnyChangedBackgrounds();
_animator->flagAllObjectsForRefresh();
_animator->updateAllObjectShapes();
_screen->showMouse();