AGI: enable MIDI in options since now there are ways to play it.

svn-id: r49781
This commit is contained in:
Eugene Sandulenko 2010-06-15 10:55:07 +00:00
parent 7be2812757
commit eef983c2c6

View File

@ -145,7 +145,7 @@ static const ADParams detectionParams = {
// Flags
0,
// Additional GUI options (for every game}
Common::GUIO_NOSPEECH | Common::GUIO_NOMIDI,
Common::GUIO_NOSPEECH,
// Maximum directory depth
1
};