aboutsummaryrefslogtreecommitdiff
path: root/engines/bbvs/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/bbvs/detection.cpp')
-rw-r--r--engines/bbvs/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/bbvs/detection.cpp b/engines/bbvs/detection.cpp
index d2e3ab8e42..eb894e9f13 100644
--- a/engines/bbvs/detection.cpp
+++ b/engines/bbvs/detection.cpp
@@ -113,7 +113,7 @@ SaveStateList BbvsMetaEngine::listSaves(const char *target) const {
Common::SaveFileManager *saveFileMan = g_system->getSavefileManager();
Bbvs::BbvsEngine::SaveHeader header;
Common::String pattern = target;
- pattern += ".???";
+ pattern += ".###";
Common::StringArray filenames;
filenames = saveFileMan->listSavefiles(pattern.c_str());
Common::sort(filenames.begin(), filenames.end()); // Sort (hopefully ensuring we are sorted numerically..)