diff options
author | Colin Snover | 2017-04-26 13:03:50 -0500 |
---|---|---|
committer | Colin Snover | 2017-04-29 14:30:09 -0500 |
commit | 75c6b1fd3bf34e37e5aa5b6b6bfce355091d2e4a (patch) | |
tree | 37c3f259e54f926c64d4726af609a8f96e97b0b5 /engines/sci | |
parent | 53fb26550d3f12cfdb61cd1b55bf4d69422a2d05 (diff) | |
download | scummvm-rg350-75c6b1fd3bf34e37e5aa5b6b6bfce355091d2e4a.tar.gz scummvm-rg350-75c6b1fd3bf34e37e5aa5b6b6bfce355091d2e4a.tar.bz2 scummvm-rg350-75c6b1fd3bf34e37e5aa5b6b6bfce355091d2e4a.zip |
SCI32: Promote GK2 and Torin demos to AGDF_TESTING
Diffstat (limited to 'engines/sci')
-rw-r--r-- | engines/sci/detection_tables.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index 9c8ed4d4f8..c2ca7c97b6 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -863,7 +863,7 @@ static const struct ADGameDescription SciGameDescriptions[] = { {"resource.map", 0, "e0effce11c4908f4b91838741716c83d", 1351}, {"resource.000", 0, "d04cfc7f04b6f74d13025378be49ec2b", 4640330}, AD_LISTEND}, - Common::EN_ANY, Common::kPlatformWindows, ADGF_DEMO | ADGF_UNSTABLE, GUIO_GK2_DEMO }, + Common::EN_ANY, Common::kPlatformWindows, ADGF_DEMO | ADGF_TESTING, GUIO_GK2_DEMO }, // Gabriel Knight 2 - English DOS (GOG version) - ressci.* merged in ressci.000 // using Enrico Rolfi's HD/DVD installer: http://gkpatches.vogons.zetafleet.com/ @@ -4642,7 +4642,7 @@ static const struct ADGameDescription SciGameDescriptions[] = { {"resmap.000", 0, "9a3e172cde9963d0a969f26469318cec", 3403}, {"ressci.000", 0, "db3e290481c35c3224e9602e71e4a1f1", 5073868}, AD_LISTEND}, - Common::EN_ANY, Common::kPlatformWindows, ADGF_DEMO | ADGF_UNSTABLE | ADGF_CD, GUIO_TORIN_DEMO }, + Common::EN_ANY, Common::kPlatformWindows, ADGF_DEMO | ADGF_TESTING | ADGF_CD, GUIO_TORIN_DEMO }, // Torin's Passage (Multilingual) - English Windows CD // SCI interpreter version 2.100.002 |