aboutsummaryrefslogtreecommitdiff
path: root/engines/agi
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agi')
-rw-r--r--engines/agi/picture.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/agi/picture.cpp b/engines/agi/picture.cpp
index 52b57d0189..ff9477695a 100644
--- a/engines/agi/picture.cpp
+++ b/engines/agi/picture.cpp
@@ -759,8 +759,6 @@ void PictureMgr::drawPicture() {
int storedYOffset = _yOffset;
// Note that picture coordinates are correct for Mickey only
showPic(10, 0, _width, _height);
- _gfx->doUpdate();
- g_system->updateScreen();
_xOffset = storedXOffset;
_yOffset = storedYOffset;
_currentStep++;