diff options
author | Oliver Kiehl | 2002-12-08 23:16:38 +0000 |
---|---|---|
committer | Oliver Kiehl | 2002-12-08 23:16:38 +0000 |
commit | 2345aa0307b079e5d2261e610432b9d94492b447 (patch) | |
tree | 38b4a7e05dcfff6e491e8441530558635228d05d | |
parent | 4598518dbc6562e1025f8d3fc02fe97f8099c55a (diff) | |
download | scummvm-rg350-2345aa0307b079e5d2261e610432b9d94492b447.tar.gz scummvm-rg350-2345aa0307b079e5d2261e610432b9d94492b447.tar.bz2 scummvm-rg350-2345aa0307b079e5d2261e610432b9d94492b447.zip |
Gui now detects simon games with trailing periods
svn-id: r5892
-rw-r--r-- | common/gameDetector.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/gameDetector.cpp b/common/gameDetector.cpp index 98557e539c..dc5a3245bc 100644 --- a/common/gameDetector.cpp +++ b/common/gameDetector.cpp @@ -506,7 +506,9 @@ const VersionSettings version_settings[] = { {"simon1talkie", "Simon the Sorcerer 1 Talkie for DOS", GID_SIMON_FIRST+4, 99, 99, 99, 0, "GAMEPC"}, {"simon2talkie", "Simon the Sorcerer 2 Talkie for DOS", GID_SIMON_FIRST+5, 99, 99, 99, 0, "GSPTR30"}, {"simon1win", "Simon the Sorcerer 1 Talkie for Windows", GID_SIMON_FIRST+6, 99, 99, 99, 0, "GAMEPC"}, + {"simon1win", "Simon the Sorcerer 1 Talkie for Windows", GID_SIMON_FIRST+6, 99, 99, 99, 0, "GAMEPC."}, {"simon2win", "Simon the Sorcerer 2 Talkie for Windows", GID_SIMON_FIRST+7, 99, 99, 99, 0, "GSPTR30"}, + {"simon2win", "Simon the Sorcerer 2 Talkie for Windows", GID_SIMON_FIRST+7, 99, 99, 99, 0, "GSPTR30."}, {"simon1demo", "Simon the Sorcerer 1 for DOS (Demo)", GID_SIMON_FIRST+8, 99, 99, 99, 0, "GDEMO"}, /* Scumm Version 8 */ |