aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/hugo/engine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hugo/engine.cpp b/engines/hugo/engine.cpp
index 4b93b2216b..ddc8d408fb 100644
--- a/engines/hugo/engine.cpp
+++ b/engines/hugo/engine.cpp
@@ -74,7 +74,7 @@ void HugoEngine::initPlaylist(bool playlist[MAX_TUNES]) {
// Initialize the dynamic game status
void HugoEngine::initStatus() {
debugC(1, kDebugEngine, "initStatus");
- _status.initSaveFl = false; // Don't force initial save
+ _status.initSaveFl = true; // Force initial save
_status.storyModeFl = false; // Not in story mode
_status.gameOverFl = false; // Hero not knobbled yet
_status.recordFl = false; // Not record mode