diff options
-rw-r--r-- | engines/kyra/detection_tables.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/kyra/detection_tables.h b/engines/kyra/detection_tables.h index 8eabb15264..2e1d5afc17 100644 --- a/engines/kyra/detection_tables.h +++ b/engines/kyra/detection_tables.h @@ -194,7 +194,7 @@ const KYRAGameDescription adGameDescs[] = { Common::EN_ANY, Common::kPlatformAmiga, ADGF_NO_FLAGS, - Common::GUIO_NOSPEECH + Common::GUIO_NOSPEECH | Common::GUIO_MIDIAMIGA }, KYRA1_AMIGA_FLAGS }, @@ -211,7 +211,7 @@ const KYRAGameDescription adGameDescs[] = { Common::DE_DEU, Common::kPlatformAmiga, ADGF_NO_FLAGS, - Common::GUIO_NOSPEECH + Common::GUIO_NOSPEECH | Common::GUIO_MIDIAMIGA }, KYRA1_AMIGA_FLAGS }, |