From 0c63e5f4fd72f7a3de39f27463e1a89daa522cfe Mon Sep 17 00:00:00 2001 From: "Henrik \"Henke37\" Andersson" Date: Wed, 15 Jan 2020 19:22:32 +0100 Subject: [PATCH] GRIFFON: Game uses vorbis, not midi, for the music. --- engines/griffon/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/griffon/detection.cpp b/engines/griffon/detection.cpp index dae37f201c6..02b2d5cfe8e 100644 --- a/engines/griffon/detection.cpp +++ b/engines/griffon/detection.cpp @@ -39,7 +39,7 @@ static const ADGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformWindows, ADGF_UNSTABLE | ADGF_DROPPLATFORM, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOMIDI) }, AD_TABLE_END_MARKER