MOHAWK: Fix the cursor staying black when changing of Myst stack

This commit is contained in:
Bastien Bouclet 2016-02-13 18:13:33 +01:00
parent 6d8eebbf7b
commit 94e5804b84

View File

@ -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));