diff options
Diffstat (limited to 'engines/tucker/detection.cpp')
-rw-r--r-- | engines/tucker/detection.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/tucker/detection.cpp b/engines/tucker/detection.cpp index 2447e15d6b..227924cd28 100644 --- a/engines/tucker/detection.cpp +++ b/engines/tucker/detection.cpp @@ -187,6 +187,8 @@ public: return saveList; } + virtual bool simpleSaveNames() const { return false; } + virtual int getMaximumSaveSlot() const { return Tucker::kLastSaveSlot; } |