aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/gfx.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2006-03-23 03:40:23 +0000
committerEugene Sandulenko2006-03-23 03:40:23 +0000
commit6faa76d28758e9bea6e2cbfb8c7fa985c4bed1d5 (patch)
tree5c94e5ef4e7fbc5444bc6b7872f58818b6239fd8 /engines/cine/gfx.cpp
parentfced8df1621a44c2cfd94073db684e01d0ed1a2e (diff)
downloadscummvm-rg350-6faa76d28758e9bea6e2cbfb8c7fa985c4bed1d5.tar.gz
scummvm-rg350-6faa76d28758e9bea6e2cbfb8c7fa985c4bed1d5.tar.bz2
scummvm-rg350-6faa76d28758e9bea6e2cbfb8c7fa985c4bed1d5.zip
Made mouse more responsive
svn-id: r21413
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,