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