aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk
diff options
context:
space:
mode:
authorMatthew Hoops2011-03-07 17:27:17 -0500
committerMatthew Hoops2011-03-07 17:28:19 -0500
commit920bae62c07d4248869637ff6896f09db5163c66 (patch)
tree124a3204a0d1a504778276f48c8e1b4e55968931 /engines/mohawk
parent2cbefc8bb5644847a29427272757d4a234cfdf13 (diff)
downloadscummvm-rg350-920bae62c07d4248869637ff6896f09db5163c66.tar.gz
scummvm-rg350-920bae62c07d4248869637ff6896f09db5163c66.tar.bz2
scummvm-rg350-920bae62c07d4248869637ff6896f09db5163c66.zip
MOHAWK: Fix Riven's cursor in the main menu
Actually call the showCursor() function now...
Diffstat (limited to 'engines/mohawk')
-rw-r--r--engines/mohawk/riven.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mohawk/riven.cpp b/engines/mohawk/riven.cpp
index d75c98bcd4..6b8fec58a4 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?