diff options
-rw-r--r-- | engines/lure/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lure/detection.cpp b/engines/lure/detection.cpp index eff699b56b..902e8afd65 100644 --- a/engines/lure/detection.cpp +++ b/engines/lure/detection.cpp @@ -242,7 +242,7 @@ SaveStateList LureMetaEngine::listSaves(const char *target) const { Common::SaveFileManager *saveFileMan = g_system->getSavefileManager(); Common::StringArray filenames; Common::String saveDesc; - Common::String pattern = "lure.???"; + Common::String pattern = "lure.###"; filenames = saveFileMan->listSavefiles(pattern); sort(filenames.begin(), filenames.end()); // Sort (hopefully ensuring we are sorted numerically..) |