diff options
author | Filippos Karapetis | 2011-08-13 12:24:30 -0700 |
---|---|---|
committer | Filippos Karapetis | 2011-08-13 12:24:30 -0700 |
commit | 21b2a7064f143b9542c2878a8ce50708a03697c8 (patch) | |
tree | 670274cdfab3831f84d2c149b88a39bdaa042a50 /engines/tsage | |
parent | 0bbd43eb3217bb04184ba9e1b27e43424a899c89 (diff) | |
parent | 47f0ce2fa755e0d3a1717981b3528200f4da1235 (diff) | |
download | scummvm-rg350-21b2a7064f143b9542c2878a8ce50708a03697c8.tar.gz scummvm-rg350-21b2a7064f143b9542c2878a8ce50708a03697c8.tar.bz2 scummvm-rg350-21b2a7064f143b9542c2878a8ce50708a03697c8.zip |
Merge pull request #63 from tsoliman/detection-tables
Some missing ADGF_CD and ADGF_UNSTABLE flags
Diffstat (limited to 'engines/tsage')
-rw-r--r-- | engines/tsage/detection_tables.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/tsage/detection_tables.h b/engines/tsage/detection_tables.h index 7fbfa55c95..9e7b853b48 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, @@ -120,7 +120,7 @@ static const tSageGameDescription gameDescriptions[] = { AD_ENTRY1s("blue.rlb", "17eabb456cb1546c66baf1aff387ba6a", 10032614), Common::EN_ANY, Common::kPlatformPC, - ADGF_NO_FLAGS, + ADGF_UNSTABLE, Common::GUIO_NOSPEECH | Common::GUIO_NOSFX }, GType_BlueForce, @@ -134,7 +134,7 @@ static const tSageGameDescription gameDescriptions[] = { AD_ENTRY1s("blue.rlb", "99983f48cb218f1f3760cf2f9a7ef11d", 63863322), Common::EN_ANY, Common::kPlatformPC, - ADGF_NO_FLAGS, + ADGF_CD | ADGF_UNSTABLE, Common::GUIO_NOSPEECH | Common::GUIO_NOSFX }, GType_BlueForce, |