diff options
author | Tarek Soliman | 2011-12-19 10:51:01 -0600 |
---|---|---|
committer | Tarek Soliman | 2011-12-19 10:52:44 -0600 |
commit | 96face8ba870c09b7f7ce6847165bd2aed0d3e77 (patch) | |
tree | fe4baf4726f0bb541a76c480ec5508aeb962b1fb /engines/tsage | |
parent | 7d580ee37e73673e15eaf9052e8491ec721a052d (diff) | |
download | scummvm-rg350-96face8ba870c09b7f7ce6847165bd2aed0d3e77.tar.gz scummvm-rg350-96face8ba870c09b7f7ce6847165bd2aed0d3e77.tar.bz2 scummvm-rg350-96face8ba870c09b7f7ce6847165bd2aed0d3e77.zip |
TSAGE: Blue Force is now ready for testing
Diffstat (limited to 'engines/tsage')
-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 d6b1760b80..0f6d8c9d7d 100644 --- a/engines/tsage/detection_tables.h +++ b/engines/tsage/detection_tables.h @@ -105,7 +105,7 @@ static const tSageGameDescription gameDescriptions[] = { AD_ENTRY1s("blue.rlb", "17c3993415e8a2cf93040eef7e88ec93", 1156508), Common::EN_ANY, Common::kPlatformPC, - ADGF_UNSTABLE, + ADGF_TESTING, GUIO2(GUIO_NOSPEECH, GUIO_NOSFX) }, GType_BlueForce, @@ -120,7 +120,7 @@ static const tSageGameDescription gameDescriptions[] = { AD_ENTRY1s("blue.rlb", "17eabb456cb1546c66baf1aff387ba6a", 10032614), Common::EN_ANY, Common::kPlatformPC, - ADGF_UNSTABLE, + ADGF_TESTING, GUIO2(GUIO_NOSPEECH, GUIO_NOSFX) }, GType_BlueForce, @@ -134,7 +134,7 @@ static const tSageGameDescription gameDescriptions[] = { AD_ENTRY1s("blue.rlb", "99983f48cb218f1f3760cf2f9a7ef11d", 63863322), Common::EN_ANY, Common::kPlatformPC, - ADGF_CD | ADGF_UNSTABLE, + ADGF_CD | ADGF_TESTING, GUIO2(GUIO_NOSPEECH, GUIO_NOSFX) }, GType_BlueForce, |