diff options
author | Filippos Karapetis | 2007-09-21 08:55:26 +0000 |
---|---|---|
committer | Filippos Karapetis | 2007-09-21 08:55:26 +0000 |
commit | 7212d004548e96c29cd1bac58e5218cb572c334e (patch) | |
tree | 0170cc647c75e927c430bd3c4135122550061e92 | |
parent | 381fba98c571e460c1e01d8adf951f5b0aa70ce3 (diff) | |
download | scummvm-rg350-7212d004548e96c29cd1bac58e5218cb572c334e.tar.gz scummvm-rg350-7212d004548e96c29cd1bac58e5218cb572c334e.tar.bz2 scummvm-rg350-7212d004548e96c29cd1bac58e5218cb572c334e.zip |
Removed an unnecessary picture update when drawing crystal objects in Mickey
svn-id: r29004
-rw-r--r-- | engines/agi/picture.cpp | 2 |
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++; |