aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik "Henke37" Andersson2019-09-26 02:48:38 +0200
committerFilippos Karapetis2019-09-29 19:34:16 +0300
commitcd9944a35966a7ad8247019d5e28e8a381b779b9 (patch)
treefb35d23be5be4802272850a0f02b445f4efab3d3
parent91659a1b1a51ede7cfdca22c03679266933efbc3 (diff)
downloadscummvm-rg350-cd9944a35966a7ad8247019d5e28e8a381b779b9.tar.gz
scummvm-rg350-cd9944a35966a7ad8247019d5e28e8a381b779b9.tar.bz2
scummvm-rg350-cd9944a35966a7ad8247019d5e28e8a381b779b9.zip
FULLPIPE: Game uses ogg, not midi for music. Mark it as not using midi.
-rw-r--r--engines/fullpipe/detection.cpp12
1 files changed, 6 insertions, 6 deletions
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