diff options
author | Tarek Soliman | 2011-08-06 23:33:23 -0500 |
---|---|---|
committer | Tarek Soliman | 2011-08-06 23:33:23 -0500 |
commit | 2c3b7392b80137eb8e51e2a740d74863fa8ea634 (patch) | |
tree | 81e246b378dc975543f512335b77193cc7d155aa /engines | |
parent | a30c3697fbef4c0bfe6e5e19ccad486affbdbd3e (diff) | |
download | scummvm-rg350-2c3b7392b80137eb8e51e2a740d74863fa8ea634.tar.gz scummvm-rg350-2c3b7392b80137eb8e51e2a740d74863fa8ea634.tar.bz2 scummvm-rg350-2c3b7392b80137eb8e51e2a740d74863fa8ea634.zip |
TSAGE: Flag CD titles with ADGF_CD
Diffstat (limited to 'engines')
-rw-r--r-- | engines/tsage/detection_tables.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/tsage/detection_tables.h b/engines/tsage/detection_tables.h index 7fbfa55c95..34aa13ca11 100644 --- a/engines/tsage/detection_tables.h +++ b/engines/tsage/detection_tables.h @@ -32,7 +32,7 @@ static const tSageGameDescription gameDescriptions[] = { AD_ENTRY1s("ring.rlb", "466f0e6492d9d0f34d35c5cd088de90f", 37847618), Common::EN_ANY, Common::kPlatformPC, - ADGF_TESTING, + ADGF_TESTING | ADGF_CD, Common::GUIO_NOSPEECH | Common::GUIO_NOSFX }, GType_Ringworld, @@ -46,7 +46,7 @@ static const tSageGameDescription gameDescriptions[] = { AD_ENTRY1s("ring.rlb", "cb8bba91b30cd172712371d7123bd763", 7427980), Common::ES_ESP, Common::kPlatformPC, - ADGF_TESTING, + ADGF_TESTING | ADGF_CD, Common::GUIO_NOSPEECH | Common::GUIO_NOSFX }, GType_Ringworld, @@ -134,7 +134,7 @@ static const tSageGameDescription gameDescriptions[] = { AD_ENTRY1s("blue.rlb", "99983f48cb218f1f3760cf2f9a7ef11d", 63863322), Common::EN_ANY, Common::kPlatformPC, - ADGF_NO_FLAGS, + ADGF_CD, Common::GUIO_NOSPEECH | Common::GUIO_NOSFX }, GType_BlueForce, |