From 7212d004548e96c29cd1bac58e5218cb572c334e Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Fri, 21 Sep 2007 08:55:26 +0000 Subject: Removed an unnecessary picture update when drawing crystal objects in Mickey svn-id: r29004 --- engines/agi/picture.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'engines/agi') 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++; -- cgit v1.2.3