aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/gfx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/gfx.cpp')
-rw-r--r--engines/cine/gfx.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/cine/gfx.cpp b/engines/cine/gfx.cpp
index ea078aafe3..7e29e8ca0b 100644
--- a/engines/cine/gfx.cpp
+++ b/engines/cine/gfx.cpp
@@ -316,8 +316,6 @@ void gfxFlipRawPage(uint8 *frontBuffer) {
}
g_system->copyRectToScreen(screenBuffer, 320, 0, 0, 320, 200);
- g_system->updateScreen();
- g_system->delayMillis(100);
}
void drawSpriteRaw(uint8 *spritePtr, uint8 *maskPtr, int16 width, int16 height,