Skip to content

Commit

Permalink
MOHAWK: Fix the cursor staying black when changing of Myst stack
Browse files Browse the repository at this point in the history
  • Loading branch information
bgK committed Feb 13, 2016
1 parent 6d8eebb commit 94e5804
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/mohawk/myst.cpp
Expand Up @@ -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));
Expand Down

0 comments on commit 94e5804

Please sign in to comment.