aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hugo/detection.cpp')
-rw-r--r--engines/hugo/detection.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/hugo/detection.cpp b/engines/hugo/detection.cpp
index d10b50d0b7..a4bc5a4c1c 100644
--- a/engines/hugo/detection.cpp
+++ b/engines/hugo/detection.cpp
@@ -194,8 +194,7 @@ void HugoEngine::initGame(const HugoGameDescription *gd) {
_packedFl = (getFeatures() & GF_PACKED);
_gameVariant = _gameType - 1 + ((_platform == Common::kPlatformWindows) ? 0 : 3);
- // Generate filenames
- _initFilename = _targetName + "-00.SAV";
+ // Generate filename
_saveFilename = _targetName + "-%d.SAV";
}