diff options
author | Paul Gilbert | 2011-08-05 19:03:12 +1000 |
---|---|---|
committer | Paul Gilbert | 2011-08-05 19:03:12 +1000 |
commit | 75ca55eaec14cc47a55c091a0d059166682ee6e1 (patch) | |
tree | b018ee27e1db87c793ec3dec8c1763cf4ae49ba9 /engines | |
parent | a8896be85ea332c0f5d6c7009e4f6e70133d1f6f (diff) | |
download | scummvm-rg350-75ca55eaec14cc47a55c091a0d059166682ee6e1.tar.gz scummvm-rg350-75ca55eaec14cc47a55c091a0d059166682ee6e1.tar.bz2 scummvm-rg350-75ca55eaec14cc47a55c091a0d059166682ee6e1.zip |
TSAGE: Updated Ringworld detection entries to ADGF_TESTING
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 f9ced562c2..1792d293c3 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_UNSTABLE, + ADGF_TESTING, 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_UNSTABLE, + ADGF_TESTING, Common::GUIO_NOSPEECH | Common::GUIO_NOSFX }, GType_Ringworld, @@ -60,7 +60,7 @@ static const tSageGameDescription gameDescriptions[] = { AD_ENTRY1s("ring.rlb", "7b7f0c5b37b58fa5ec06ebb2ca0d0d9d", 8438770), Common::EN_ANY, Common::kPlatformPC, - ADGF_UNSTABLE, + ADGF_TESTING, Common::GUIO_NOSPEECH | Common::GUIO_NOSFX }, GType_Ringworld, |