diff options
author | Strangerke | 2013-05-04 20:31:44 +0200 |
---|---|---|
committer | Strangerke | 2013-05-04 20:31:44 +0200 |
commit | d2a97a409eb37015aae6e8575d63ce42c8552eec (patch) | |
tree | dc5b7f3692f4162e1f202b10135752002390f72b /engines | |
parent | a2d28dcf0f13a6296a43c9e3489d66ef560f4ea4 (diff) | |
download | scummvm-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
Diffstat (limited to 'engines')
-rw-r--r-- | engines/hopkins/hopkins.cpp | 2 |
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()) |