diff options
author | Travis Howell | 2003-01-11 15:38:37 +0000 |
---|---|---|
committer | Travis Howell | 2003-01-11 15:38:37 +0000 |
commit | 8b9e8cb8123222bdc7a94e18f891e892e658eb72 (patch) | |
tree | f6809afbd18186d9c0bebc5a095e75ea4c9f387f /common | |
parent | 905d6b600865e882c399e8630bdd6a99c1824d15 (diff) | |
download | scummvm-rg350-8b9e8cb8123222bdc7a94e18f891e892e658eb72.tar.gz scummvm-rg350-8b9e8cb8123222bdc7a94e18f891e892e658eb72.tar.bz2 scummvm-rg350-8b9e8cb8123222bdc7a94e18f891e892e658eb72.zip |
More simon 2 targets (amiga/mac ports)
svn-id: r6396
Diffstat (limited to 'common')
-rw-r--r-- | common/gameDetector.cpp | 2 | ||||
-rw-r--r-- | common/gameDetector.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/common/gameDetector.cpp b/common/gameDetector.cpp index 594bba0ca8..3221aa3a01 100644 --- a/common/gameDetector.cpp +++ b/common/gameDetector.cpp @@ -158,6 +158,8 @@ const VersionSettings version_settings[] = { {"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"}, {"simon2win", "Simon the Sorcerer 2 Talkie for Windows", GID_SIMON_FIRST+7, 99, 99, 99, 0, "GSPTR30."}, + {"simon2amiga", "Simon the Sorcerer 2 Talkie for Amiga", GID_SIMON_FIRST+23, 99, 99, 99, 0, "GSPTR30."}, + {"simon2mac", "Simon the Sorcerer 2 Talkie for Mac", GID_SIMON_FIRST+23, 99, 99, 99, 0, "GSPTR30."}, {"simon1demo", "Simon the Sorcerer 1 for DOS (Demo)", GID_SIMON_FIRST+8, 99, 99, 99, 0, "GDEMO"}, {"simon2demo", "Simon the Sorcerer 2 Talkie for DOS (Demo)", GID_SIMON_FIRST+5, 99, 99, 99, 0, "GSPTR30"}, diff --git a/common/gameDetector.h b/common/gameDetector.h index bcf423d795..4a6d5e8163 100644 --- a/common/gameDetector.h +++ b/common/gameDetector.h @@ -56,7 +56,7 @@ enum GameId { /* Simon the Sorcerer */ GID_SIMON_FIRST = 20, - GID_SIMON_LAST = GID_SIMON_FIRST + 8 + GID_SIMON_LAST = GID_SIMON_FIRST + 23 }; enum GameFeatures { |