aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tsage/detection.cpp')
-rw-r--r--engines/tsage/detection.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/tsage/detection.cpp b/engines/tsage/detection.cpp
index 584ad87742..716ac4af53 100644
--- a/engines/tsage/detection.cpp
+++ b/engines/tsage/detection.cpp
@@ -145,6 +145,8 @@ public:
return saveList;
}
+ virtual bool simpleSaveNames() const { return true; }
+
virtual int getMaximumSaveSlot() const {
return MAX_SAVES - 1;
}