SCUMM: COMI: Always show the cursor during confirmExitDialog()

This commit is contained in:
AndywinXp 2022-07-24 23:35:11 +02:00 committed by Lothar Serra Mari
parent 917655b50a
commit 09a43c7134

View file

@ -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...