aboutsummaryrefslogtreecommitdiff
path: root/scummvm.cpp
diff options
context:
space:
mode:
authorRuediger Hanke2002-04-14 19:43:12 +0000
committerRuediger Hanke2002-04-14 19:43:12 +0000
commite8e5ac5837b0e33048b4338c8481ae67b0be39dd (patch)
treeb52ec4f21e3edd77e0251abd5c4907fcc552b69b /scummvm.cpp
parent8714d5a41cc572d84b4f91150fa122fd957f7cae (diff)
downloadscummvm-rg350-e8e5ac5837b0e33048b4338c8481ae67b0be39dd.tar.gz
scummvm-rg350-e8e5ac5837b0e33048b4338c8481ae67b0be39dd.tar.bz2
scummvm-rg350-e8e5ac5837b0e33048b4338c8481ae67b0be39dd.zip
Updating MorphOS port to compile with current CVS state
svn-id: r3939
Diffstat (limited to 'scummvm.cpp')
-rw-r--r--scummvm.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/scummvm.cpp b/scummvm.cpp
index be83449eb6..308824b24c 100644
--- a/scummvm.cpp
+++ b/scummvm.cpp
@@ -1124,7 +1124,9 @@ void Scumm::waitForTimer(int msec_delay) {
mouse.x = event.mouse.x;
mouse.y = event.mouse.y;
_system->set_mouse_pos(event.mouse.x, event.mouse.y);
+#if !defined(__MORPHOS__)
_system->update_screen();
+#endif
break;
case OSystem::EVENT_LBUTTONDOWN: