aboutsummaryrefslogtreecommitdiff
path: root/engines/simon/simon.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/simon.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/simon.cpp')
-rw-r--r--engines/simon/simon.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/simon/simon.cpp b/engines/simon/simon.cpp
index 6423cdb4ca..5d0a67ce4f 100644
--- a/engines/simon/simon.cpp
+++ b/engines/simon/simon.cpp
@@ -2020,6 +2020,8 @@ void SimonEngine::delay(uint amount) {
}
}
+ _system->updateScreen();
+
if (amount == 0)
break;