Skip to content

Commit

Permalink
SWORD25: Use # as savefile matching pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Jun 8, 2016
1 parent 989749b commit fd4bdcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/sword25/detection.cpp
Expand Up @@ -91,7 +91,7 @@ const ExtraGuiOptions Sword25MetaEngine::getExtraGuiOptions(const Common::String

SaveStateList Sword25MetaEngine::listSaves(const char *target) const {
Common::String pattern = target;
pattern = pattern + ".???";
pattern = pattern + ".###";
SaveStateList saveList;

Sword25::PersistenceService ps;
Expand Down

0 comments on commit fd4bdcc

Please sign in to comment.