From cd9944a35966a7ad8247019d5e28e8a381b779b9 Mon Sep 17 00:00:00 2001 From: Henrik "Henke37" Andersson Date: Thu, 26 Sep 2019 02:48:38 +0200 Subject: FULLPIPE: Game uses ogg, not midi for music. Mark it as not using midi. --- engines/fullpipe/detection.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'engines') diff --git a/engines/fullpipe/detection.cpp b/engines/fullpipe/detection.cpp index cb45ae9cd3..358d3c638b 100644 --- a/engines/fullpipe/detection.cpp +++ b/engines/fullpipe/detection.cpp @@ -64,7 +64,7 @@ static const ADGameDescription gameDescriptions[] = { Common::RU_RUS, Common::kPlatformWindows, ADGF_DROPPLATFORM, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOMIDI) }, // Full Pipe German version @@ -75,7 +75,7 @@ static const ADGameDescription gameDescriptions[] = { Common::DE_DEU, Common::kPlatformWindows, ADGF_DROPPLATFORM, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOMIDI) }, // Full Pipe Estonian version @@ -86,7 +86,7 @@ static const ADGameDescription gameDescriptions[] = { Common::ET_EST, Common::kPlatformWindows, ADGF_DROPPLATFORM, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOMIDI) }, // Full Pipe English version @@ -97,7 +97,7 @@ static const ADGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformWindows, ADGF_DROPPLATFORM, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOMIDI) }, // Full Pipe Russian Demo version @@ -108,7 +108,7 @@ static const ADGameDescription gameDescriptions[] = { Common::RU_RUS, Common::kPlatformWindows, ADGF_DROPPLATFORM | ADGF_DEMO, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOMIDI) }, // Full Pipe German Demo version @@ -119,7 +119,7 @@ static const ADGameDescription gameDescriptions[] = { Common::DE_DEU, Common::kPlatformWindows, ADGF_DROPPLATFORM | ADGF_DEMO, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOMIDI) }, AD_TABLE_END_MARKER -- cgit v1.2.3