aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/groovie/script.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/groovie/script.cpp b/engines/groovie/script.cpp
index 045332a2b9..99698a6148 100644
--- a/engines/groovie/script.cpp
+++ b/engines/groovie/script.cpp
@@ -366,6 +366,9 @@ void Script::loadgame(uint slot) {
file->read(_variables, 0x400);
delete file;
+
+ // Hide the mouse cursor
+ _vm->_grvCursorMan->show(false);
}
void Script::savegame(uint slot) {