aboutsummaryrefslogtreecommitdiff
path: root/engines/touche/ui.cpp
diff options
context:
space:
mode:
authorGregory Montoir2006-11-24 18:18:48 +0000
committerGregory Montoir2006-11-24 18:18:48 +0000
commit82601174f3f540d2a939c946bb2170819562cddb (patch)
tree03a800f6dfec362e08f2f5c5688e0f1b6e974015 /engines/touche/ui.cpp
parentd1eb83a4703035510acd765b05f3c9786934f5bf (diff)
downloadscummvm-rg350-82601174f3f540d2a939c946bb2170819562cddb.tar.gz
scummvm-rg350-82601174f3f540d2a939c946bb2170819562cddb.tar.bz2
scummvm-rg350-82601174f3f540d2a939c946bb2170819562cddb.zip
update the screen at the end of each engine cycle, it should make the mouse cursor more responsive
svn-id: r24781
Diffstat (limited to 'engines/touche/ui.cpp')
-rw-r--r--engines/touche/ui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/touche/ui.cpp b/engines/touche/ui.cpp
index d2c2f1c3eb..df836e6c70 100644
--- a/engines/touche/ui.cpp
+++ b/engines/touche/ui.cpp
@@ -514,6 +514,7 @@ void ToucheEngine::printStatusString(const char *str) {
Graphics::drawRect(_offscreenBuffer, 640, 0, 0, 640, 16, 0xD6, 0xD8);
Graphics::drawString16(_offscreenBuffer, 640, 0xFF, 0, 0, str);
updateScreenArea(0, 0, 640, 16);
+ _system->updateScreen();
}
void ToucheEngine::clearStatusString() {