SCUMM: COMI: Always show the cursor during confirmExitDialog()
This commit is contained in:
parent
917655b50a
commit
09a43c7134
1 changed files with 1 additions and 0 deletions
|
@ -365,6 +365,7 @@ void ScummEngine_v7::confirmExitDialog() {
|
|||
curCursorHotspotX = _cursor.hotspotX;
|
||||
curCursorHotspotY = _cursor.hotspotY;
|
||||
setDefaultCursor();
|
||||
CursorMan.showMouse(true);
|
||||
|
||||
// Backup the current charsetId, since we're going to switch
|
||||
// to charsetId == 1 and start taking measurements for the box...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue