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.
This commit is contained in:
Johannes Schickel 2011-12-27 01:30:51 +01:00
parent 74537d9eee
commit 20ac0d8b5e

View File

@ -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