diff options
Diffstat (limited to 'engines/tsage')
-rw-r--r-- | engines/tsage/detection.cpp | 2 |
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; } |