aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/fullpipe/detection.cpp')
-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