diff options
-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? |