From 1bc0028ab970ee837d4adfe72d47f8e2d13bf37a Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 19 Jan 2012 22:40:35 +1100 Subject: MORTEVIELLE: Fix another graphic glitch in the image decoder --- engines/mortevielle/graphics.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/engines/mortevielle/graphics.cpp b/engines/mortevielle/graphics.cpp index 0c2872f226..44b5921560 100644 --- a/engines/mortevielle/graphics.cpp +++ b/engines/mortevielle/graphics.cpp @@ -264,7 +264,6 @@ void GfxSurface::decode(const byte *pSrc) { case 2: // Draw rect alternating top to bottom, bottom to top - INCR_TAIX; for (int xCtr = 0; xCtr < _xSize; ++xCtr) { if ((xCtr % 2) == 0) { for (int yCtr = 0; yCtr < _ySize; ++yCtr, pDest += DEFAULT_WIDTH) { @@ -929,7 +928,6 @@ void ScreenSurface::drawPicture(GfxSurface &surface, int x, int y) { ++pDest; } } - g_vm->_screenSurface.updateScreen(); } /** -- cgit v1.2.3