From 7b09d4a4d9eda0a0e25123ac892ad17a40d327d5 Mon Sep 17 00:00:00 2001 From: Henrik "Henke37" Andersson Date: Sat, 28 Sep 2019 04:10:04 +0200 Subject: TEENAGENT: This game uses PAULA audio, not MIDI. Mark it as such. --- engines/teenagent/detection.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engines/teenagent/detection.cpp b/engines/teenagent/detection.cpp index e35e7033d5..d73068e5d9 100644 --- a/engines/teenagent/detection.cpp +++ b/engines/teenagent/detection.cpp @@ -56,7 +56,7 @@ static const ADGameDescription teenAgentGameDescriptions[] = { Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, - GUIO1(GUIO_NOSPEECH) + GUIO2(GUIO_NOSPEECH, GUIO_NOMIDI) }, { "teenagent", @@ -76,7 +76,7 @@ static const ADGameDescription teenAgentGameDescriptions[] = { Common::CZ_CZE, Common::kPlatformDOS, ADGF_CD, - GUIO0() + GUIO1(GUIO_NOMIDI) }, AD_TABLE_END_MARKER, }; -- cgit v1.2.3