diff options
author | Travis Howell | 2002-11-21 13:06:57 +0000 |
---|---|---|
committer | Travis Howell | 2002-11-21 13:06:57 +0000 |
commit | 64565ea33b08011d806d11f045cd04334e2daa86 (patch) | |
tree | a473ea8c6dec1f4ef2e6f4eb928cc9612c1775cf | |
parent | dec234c6a563fbc0bec4d604dea45189739e2ee2 (diff) | |
download | scummvm-rg350-64565ea33b08011d806d11f045cd04334e2daa86.tar.gz scummvm-rg350-64565ea33b08011d806d11f045cd04334e2daa86.tar.bz2 scummvm-rg350-64565ea33b08011d806d11f045cd04334e2daa86.zip |
Fix Simon games detection
svn-id: r5659
-rw-r--r-- | common/gameDetector.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/common/gameDetector.cpp b/common/gameDetector.cpp index fde60038a7..d46e914253 100644 --- a/common/gameDetector.cpp +++ b/common/gameDetector.cpp @@ -503,13 +503,13 @@ const VersionSettings version_settings[] = { GF_NEW_OPCODES | GF_AFTER_V6 | GF_AFTER_V7}, /* Simon the Sorcerer 1 & 2 (not SCUMM games) */ - {"simon1dos", "Simon the Sorcerer 1 for DOS", GID_SIMON_FIRST+0, 99, 99, 99, 0, "SIMON.GME"}, - {"simon2dos", "Simon the Sorcerer 2 for DOS", GID_SIMON_FIRST+1, 99, 99, 99, 0, "SIMON2.GME"}, - {"simon1talkie", "Simon the Sorcerer 1 Talkie for DOS", GID_SIMON_FIRST+4, 99, 99, 99, 0, "SIMON.GME"}, - {"simon2talkie", "Simon the Sorcerer 2 Talkie for DOS", GID_SIMON_FIRST+5, 99, 99, 99, 0, "SIMON2.GME"}, - {"simon1win", "Simon the Sorcerer 1 Talkie for Windows", GID_SIMON_FIRST+6, 99, 99, 99, 0, "SIMON.GME"}, - {"simon2win", "Simon the Sorcerer 2 Talkie for Windows", GID_SIMON_FIRST+7, 99, 99, 99, 0, "SIMON2.GME"}, - {"simon1demo", "Simon the Sorcerer 1 for DOS (demo)", GID_SIMON_FIRST+8, 99, 99, 99, 0, "SIMON.GME"}, + {"simon1dos", "Simon the Sorcerer 1 for DOS", GID_SIMON_FIRST+0, 99, 99, 99, 0, "GAMEPC"}, + {"simon2dos", "Simon the Sorcerer 2 for DOS", GID_SIMON_FIRST+1, 99, 99, 99, 0, "GAME32"}, + {"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"}, + {"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 */ {"comi", "The Curse of Monkey Island", GID_CMI, 8, 1, 0, |