aboutsummaryrefslogtreecommitdiff
path: root/sword2/save_rest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/save_rest.cpp')
-rw-r--r--sword2/save_rest.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/sword2/save_rest.cpp b/sword2/save_rest.cpp
index d14e1da50b..bb98ed8117 100644
--- a/sword2/save_rest.cpp
+++ b/sword2/save_rest.cpp
@@ -247,6 +247,9 @@ uint32 Sword2Engine::restoreGame(uint16 slotNo) {
_memory->freeMemory(saveBufferMem);
}
+ // Force the game engine to pick a cursor. This appears to be needed
+ // when using the -x command-line option to restore a game.
+ _mouseTouching = 1;
return errorCode;
}