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:
parent
a2d28dcf0f
commit
d2a97a409e
1 changed files with 2 additions and 0 deletions
|
@ -797,6 +797,8 @@ bool HopkinsEngine::runFull() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_events->mouseOff();
|
||||||
|
|
||||||
if (!_events->_escKeyFl && _startGameSlot == -1) {
|
if (!_events->_escKeyFl && _startGameSlot == -1) {
|
||||||
playIntro();
|
playIntro();
|
||||||
if (shouldQuit())
|
if (shouldQuit())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue