aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStrangerke2013-05-04 20:31:44 +0200
committerStrangerke2013-05-04 20:31:44 +0200
commitd2a97a409eb37015aae6e8575d63ce42c8552eec (patch)
treedc5b7f3692f4162e1f202b10135752002390f72b
parenta2d28dcf0f13a6296a43c9e3489d66ef560f4ea4 (diff)
downloadscummvm-rg350-d2a97a409eb37015aae6e8575d63ce42c8552eec.tar.gz
scummvm-rg350-d2a97a409eb37015aae6e8575d63ce42c8552eec.tar.bz2
scummvm-rg350-d2a97a409eb37015aae6e8575d63ce42c8552eec.zip
HOPKINS: Hide the mouse cursor, which was still visible in some part of the intro of the OS/2 and Win95 versions
-rw-r--r--engines/hopkins/hopkins.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/hopkins/hopkins.cpp b/engines/hopkins/hopkins.cpp
index 8955be5cc3..0da2d35195 100644
--- a/engines/hopkins/hopkins.cpp
+++ b/engines/hopkins/hopkins.cpp
@@ -797,6 +797,8 @@ bool HopkinsEngine::runFull() {
}
}
+ _events->mouseOff();
+
if (!_events->_escKeyFl && _startGameSlot == -1) {
playIntro();
if (shouldQuit())