[Scummvm-cvs-logs] scummvm master -> 920bae62c07d4248869637ff6896f09db5163c66
clone2727
clone2727 at gmail.com
Mon Mar 7 23:29:10 CET 2011
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:
920bae62c0 MOHAWK: Fix Riven's cursor in the main menu
Commit: 920bae62c07d4248869637ff6896f09db5163c66
https://github.com/scummvm/scummvm/commit/920bae62c07d4248869637ff6896f09db5163c66
Author: Matthew Hoops (clone2727 at gmail.com)
Date: 2011-03-07T14:28:19-08:00
Commit Message:
MOHAWK: Fix Riven's cursor in the main menu
Actually call the showCursor() function now...
Changed paths:
engines/mohawk/riven.cpp
diff --git a/engines/mohawk/riven.cpp b/engines/mohawk/riven.cpp
index d75c98b..6b8fec5 100644
--- a/engines/mohawk/riven.cpp
+++ b/engines/mohawk/riven.cpp
@@ -156,6 +156,7 @@ Common::Error MohawkEngine_Riven::run() {
// Start at main cursor
_cursor->setCursor(kRivenMainCursor);
+ _cursor->showCursor();
_system->updateScreen();
// Let's begin, shall we?
More information about the Scummvm-git-logs
mailing list