mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-02 17:03:13 +00:00
MOHAWK: Fix the cursor staying black when changing of Myst stack
This commit is contained in:
parent
6d8eebbf7b
commit
94e5804b84
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user