TEENAGENT: This game uses PAULA audio, not MIDI. Mark it as such.

This commit is contained in:
Henrik "Henke37" Andersson 2019-09-28 04:10:04 +02:00 committed by Filippos Karapetis
parent b4044a6dc7
commit 7b09d4a4d9

View File

@ -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,
};