diff options
author | Travis Howell | 2002-11-21 13:36:26 +0000 |
---|---|---|
committer | Travis Howell | 2002-11-21 13:36:26 +0000 |
commit | f12e0201745ae2fb01686a83a6a0a820caecbd34 (patch) | |
tree | ac8b9d6dd93059326e27ec951a59846a803f541e /common | |
parent | fa312d3746a5d3755d5916c275c53ad6e6b08692 (diff) | |
download | scummvm-rg350-f12e0201745ae2fb01686a83a6a0a820caecbd34.tar.gz scummvm-rg350-f12e0201745ae2fb01686a83a6a0a820caecbd34.tar.bz2 scummvm-rg350-f12e0201745ae2fb01686a83a6a0a820caecbd34.zip |
Now only have to choose betwene simon 1/2 talkie/win versions
svn-id: r5662
Diffstat (limited to 'common')
-rw-r--r-- | common/gameDetector.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/gameDetector.cpp b/common/gameDetector.cpp index d46e914253..51011b9425 100644 --- a/common/gameDetector.cpp +++ b/common/gameDetector.cpp @@ -505,9 +505,9 @@ const VersionSettings version_settings[] = { /* Simon the Sorcerer 1 & 2 (not SCUMM games) */ {"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"}, + {"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, "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, "SIMON.GME"}, {"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"}, |