diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/supernova2/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/supernova2/detection.cpp b/engines/supernova2/detection.cpp index 396ac6848c..ecc2d9c2a3 100644 --- a/engines/supernova2/detection.cpp +++ b/engines/supernova2/detection.cpp @@ -115,7 +115,7 @@ bool Supernova2MetaEngine::createInstance(OSystem *syst, Engine **engine, const SaveStateList Supernova2MetaEngine::listSaves(const char *target) const { Common::StringArray filenames; - Common::String pattern("msn_save.###"); + Common::String pattern("ms2_save.###"); filenames = g_system->getSavefileManager()->listSavefiles(pattern); |