mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-03 17:33:05 +00:00
Fixes visible mouse cursor in the intro with classic theme.
svn-id: r22903
This commit is contained in:
parent
35e7eacc3f
commit
4a6b2a3276
@ -508,6 +508,7 @@ void KyraEngine::startup() {
|
||||
if (_abortIntroFlag && _skipIntroFlag) {
|
||||
_menuDirectlyToLoad = true;
|
||||
_screen->setMouseCursor(1, 1, _shapes[4]);
|
||||
_screen->showMouse();
|
||||
buttonMenuCallback(0);
|
||||
_menuDirectlyToLoad = false;
|
||||
} else
|
||||
|
@ -110,7 +110,8 @@ bool Screen::init() {
|
||||
_decodeShapeBufferSize = 0;
|
||||
_animBlockPtr = NULL;
|
||||
_animBlockSize = 0;
|
||||
_mouseLockCount = 0;
|
||||
_mouseLockCount = 1;
|
||||
CursorMan.showMouse(false);
|
||||
|
||||
_bitBlitRects = new Rect[BITBLIT_RECTS];
|
||||
assert(_bitBlitRects);
|
||||
|
Loading…
x
Reference in New Issue
Block a user