MORTEVIELLE: Use ### as save file pattern
This commit is contained in:
parent
c1e39b8bd6
commit
858a31102f
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ bool SavegameManager::readSavegameHeader(Common::InSaveFile *in, SavegameHeader
|
|||
|
||||
SaveStateList SavegameManager::listSaves(const Common::String &target) {
|
||||
Common::String pattern = target;
|
||||
pattern += ".???";
|
||||
pattern += ".###";
|
||||
|
||||
Common::StringArray files = g_system->getSavefileManager()->listSavefiles(pattern);
|
||||
sort(files.begin(), files.end()); // Sort (hopefully ensuring we are sorted numerically..)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue