diff options
author | Matthew Hoops | 2011-03-07 17:27:17 -0500 |
---|---|---|
committer | Matthew Hoops | 2011-03-07 17:28:19 -0500 |
commit | 920bae62c07d4248869637ff6896f09db5163c66 (patch) | |
tree | 124a3204a0d1a504778276f48c8e1b4e55968931 /engines/mohawk | |
parent | 2cbefc8bb5644847a29427272757d4a234cfdf13 (diff) | |
download | scummvm-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.cpp | 1 |
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? |