diff options
author | Tarek Soliman | 2011-12-26 14:46:56 -0600 |
---|---|---|
committer | Tarek Soliman | 2011-12-26 14:52:38 -0600 |
commit | 2ec65882e885730e05b074063ce71caaba7cd2fc (patch) | |
tree | cbfdbdc117197fdd6e74e71b8e1668c869dcac89 | |
parent | a75d39895b882a2bcc1b6469b1e75265bab2ac6c (diff) | |
download | scummvm-rg350-2ec65882e885730e05b074063ce71caaba7cd2fc.tar.gz scummvm-rg350-2ec65882e885730e05b074063ce71caaba7cd2fc.tar.bz2 scummvm-rg350-2ec65882e885730e05b074063ce71caaba7cd2fc.zip |
KYRA: (EOB) Flag eob and eob2 with ADGF_UNSTABLE
-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 50a154dcf3..ea950112ad 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_NO_FLAGS, + ADGF_UNSTABLE, GUIO3(GUIO_NOSPEECH, GUIO_MIDIADLIB, GUIO_MIDIPCSPK) }, EOB_FLAGS @@ -1470,7 +1470,7 @@ const KYRAGameDescription adGameDescs[] = { }, Common::DE_DEU, Common::kPlatformPC, - ADGF_NO_FLAGS, + ADGF_UNSTABLE, GUIO3(GUIO_NOSPEECH, GUIO_MIDIADLIB, GUIO_MIDIPCSPK) }, EOB_FLAGS @@ -1486,7 +1486,7 @@ const KYRAGameDescription adGameDescs[] = { }, Common::EN_ANY, Common::kPlatformPC, - ADGF_NO_FLAGS, + ADGF_UNSTABLE, GUIO3(GUIO_NOSPEECH, GUIO_MIDIADLIB, GUIO_MIDIPCSPK) }, EOB2_FLAGS @@ -1502,7 +1502,7 @@ const KYRAGameDescription adGameDescs[] = { }, Common::DE_DEU, Common::kPlatformPC, - ADGF_NO_FLAGS, + ADGF_UNSTABLE, GUIO3(GUIO_NOSPEECH, GUIO_MIDIADLIB, GUIO_MIDIPCSPK) }, EOB2_FLAGS |