From 94e5804b84e3e165055fd210f002279d0deb1bb0 Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Sat, 13 Feb 2016 18:13:33 +0100 Subject: MOHAWK: Fix the cursor staying black when changing of Myst stack --- engines/mohawk/myst.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/mohawk') diff --git a/engines/mohawk/myst.cpp b/engines/mohawk/myst.cpp index 787030c37c..dc6fe9a1eb 100644 --- a/engines/mohawk/myst.cpp +++ b/engines/mohawk/myst.cpp @@ -387,6 +387,7 @@ void MohawkEngine_Myst::changeToStack(uint16 stack, uint16 card, uint16 linkSrcS // Fill screen with black and empty cursor _cursor->setCursor(0); + _currentCursor = 0; if (getFeatures() & GF_ME) _system->fillScreen(_system->getScreenFormat().RGBToColor(0, 0, 0)); -- cgit v1.2.3