From d2a97a409eb37015aae6e8575d63ce42c8552eec Mon Sep 17 00:00:00 2001 From: Strangerke Date: Sat, 4 May 2013 20:31:44 +0200 Subject: HOPKINS: Hide the mouse cursor, which was still visible in some part of the intro of the OS/2 and Win95 versions --- engines/hopkins/hopkins.cpp | 2 ++ 1 file changed, 2 insertions(+) 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()) -- cgit v1.2.3