aboutsummaryrefslogtreecommitdiff
path: root/engines/simon/draw.cpp
diff options
context:
space:
mode:
authorTravis Howell2006-05-04 02:34:14 +0000
committerTravis Howell2006-05-04 02:34:14 +0000
commit34c343bf1d8d11c2de69faa3af09d835931a310c (patch)
tree07186a4e5963b0ef10def1be3df08eacfe31cd03 /engines/simon/draw.cpp
parent40731871fe0b011233d2ae5fd005ff33732d5712 (diff)
downloadscummvm-rg350-34c343bf1d8d11c2de69faa3af09d835931a310c.tar.gz
scummvm-rg350-34c343bf1d8d11c2de69faa3af09d835931a310c.tar.bz2
scummvm-rg350-34c343bf1d8d11c2de69faa3af09d835931a310c.zip
Update screen more often, for smoother mouse movement
svn-id: r22322
Diffstat (limited to 'engines/simon/draw.cpp')
-rw-r--r--engines/simon/draw.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/simon/draw.cpp b/engines/simon/draw.cpp
index 9688ed9c68..2c7fa888ec 100644
--- a/engines/simon/draw.cpp
+++ b/engines/simon/draw.cpp
@@ -484,7 +484,6 @@ void SimonEngine::slowFadeIn() {
dst++;
}
_system->setPalette(_videoBuf1, 0, _videoNumPalColors);
- _system->updateScreen();
delay(5);
}
_paletteColorCount = 0;