From 920bae62c07d4248869637ff6896f09db5163c66 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Mon, 7 Mar 2011 17:27:17 -0500 Subject: MOHAWK: Fix Riven's cursor in the main menu Actually call the showCursor() function now... --- engines/mohawk/riven.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/mohawk') 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? -- cgit v1.2.3