aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/detection.cpp')
-rw-r--r--engines/titanic/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/detection.cpp b/engines/titanic/detection.cpp
index c98fbbdade..07a17ae779 100644
--- a/engines/titanic/detection.cpp
+++ b/engines/titanic/detection.cpp
@@ -156,7 +156,7 @@ SaveStateDescriptor TitanicMetaEngine::querySaveMetaInfos(const char *target, in
file.open(f);
Titanic::TitanicSavegameHeader header;
- if (!Titanic::CProjectItem::readSavegameHeader(&file, header, false)) {
+ if (!Titanic::CProjectItem::readSavegameHeader(&file, header, true)) {
file.close();
return SaveStateDescriptor();
}