HOPKINS: Hide the mouse cursor, which was still visible in some part of the intro of the OS/2 and Win95 versions

This commit is contained in:
Strangerke 2013-05-04 20:31:44 +02:00
parent a2d28dcf0f
commit d2a97a409e

View file

@ -797,6 +797,8 @@ bool HopkinsEngine::runFull() {
}
}
_events->mouseOff();
if (!_events->_escKeyFl && _startGameSlot == -1) {
playIntro();
if (shouldQuit())