diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sword1/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword1/detection.cpp b/engines/sword1/detection.cpp index 8a1f3dfef9..99c4bda9e9 100644 --- a/engines/sword1/detection.cpp +++ b/engines/sword1/detection.cpp @@ -240,7 +240,7 @@ SaveStateList SwordMetaEngine::listSaves(const char *target) const { SaveStateList saveList; char saveName[40]; - Common::StringArray filenames = saveFileMan->listSavefiles("sword1.???"); + Common::StringArray filenames = saveFileMan->listSavefiles("sword1.###"); sort(filenames.begin(), filenames.end()); // Sort (hopefully ensuring we are sorted numerically..) int slotNum = 0; |