diff options
| author | Johannes Schickel | 2011-12-27 01:30:51 +0100 |
|---|---|---|
| committer | Johannes Schickel | 2011-12-27 01:30:51 +0100 |
| commit | 20ac0d8b5e9467f86fa07c1d1ff10f86c6c3bdee (patch) | |
| tree | f9608b832449c2b6c23798ab4777a015e491fb9f | |
| parent | 74537d9eee171a1b7b02922320eae0252e6ed514 (diff) | |
| download | scummvm-rg350-20ac0d8b5e9467f86fa07c1d1ff10f86c6c3bdee.tar.gz scummvm-rg350-20ac0d8b5e9467f86fa07c1d1ff10f86c6c3bdee.tar.bz2 scummvm-rg350-20ac0d8b5e9467f86fa07c1d1ff10f86c6c3bdee.zip | |
KYRA: Mark EoB games with ADGF_TESTING instead of ADGF_UNSTABLE.
ADGF_UNSTABLE makes an confusing dialog appear about the support of the games.
EoB 1+2 should be completable so they are fit for public testing, which
ADGF_TESTING is used for as far as it is documented. This does *not* imply
that we directly want them in the next release though.
| -rw-r--r-- | engines/kyra/detection_tables.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/kyra/detection_tables.h b/engines/kyra/detection_tables.h index ea950112ad..31d7d6e0f3 100644 --- a/engines/kyra/detection_tables.h +++ b/engines/kyra/detection_tables.h @@ -1454,7 +1454,7 @@ const KYRAGameDescription adGameDescs[] = { }, Common::EN_ANY, Common::kPlatformPC, - ADGF_UNSTABLE, + ADGF_TESTING, GUIO3(GUIO_NOSPEECH, GUIO_MIDIADLIB, GUIO_MIDIPCSPK) }, EOB_FLAGS @@ -1470,7 +1470,7 @@ const KYRAGameDescription adGameDescs[] = { }, Common::DE_DEU, Common::kPlatformPC, - ADGF_UNSTABLE, + ADGF_TESTING, GUIO3(GUIO_NOSPEECH, GUIO_MIDIADLIB, GUIO_MIDIPCSPK) }, EOB_FLAGS @@ -1486,7 +1486,7 @@ const KYRAGameDescription adGameDescs[] = { }, Common::EN_ANY, Common::kPlatformPC, - ADGF_UNSTABLE, + ADGF_TESTING, GUIO3(GUIO_NOSPEECH, GUIO_MIDIADLIB, GUIO_MIDIPCSPK) }, EOB2_FLAGS @@ -1502,7 +1502,7 @@ const KYRAGameDescription adGameDescs[] = { }, Common::DE_DEU, Common::kPlatformPC, - ADGF_UNSTABLE, + ADGF_TESTING, GUIO3(GUIO_NOSPEECH, GUIO_MIDIADLIB, GUIO_MIDIPCSPK) }, EOB2_FLAGS |
