[Scummvm-cvs-logs] scummvm master -> 94e5804b84e3e165055fd210f002279d0deb1bb0

bgK bastien.bouclet at gmail.com
Sat Feb 13 18:15:25 CET 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

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


Commit: 94e5804b84e3e165055fd210f002279d0deb1bb0
    https://github.com/scummvm/scummvm/commit/94e5804b84e3e165055fd210f002279d0deb1bb0
Author: Bastien Bouclet (bastien.bouclet at gmail.com)
Date: 2016-02-13T18:13:33+01:00

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

Changed paths:
    engines/mohawk/myst.cpp



diff --git a/engines/mohawk/myst.cpp b/engines/mohawk/myst.cpp
index 787030c..dc6fe9a 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));






More information about the Scummvm-git-logs mailing list