aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2013-09-09 00:35:19 +0300
committerEugene Sandulenko2013-09-09 00:38:06 +0300
commit693ed1e988e164b738e019aaf9e7b5999d2b14a4 (patch)
tree7a1d3f6724e659ac2b671bcfaf4beb076265556a
parent6384cfdeaabec261ce1abed95860fdc7ea1ca978 (diff)
downloadscummvm-rg350-693ed1e988e164b738e019aaf9e7b5999d2b14a4.tar.gz
scummvm-rg350-693ed1e988e164b738e019aaf9e7b5999d2b14a4.tar.bz2
scummvm-rg350-693ed1e988e164b738e019aaf9e7b5999d2b14a4.zip
FULLPIPE: Drop game platform in autogenerated gameid since only Windows version existed
-rw-r--r--engines/fullpipe/detection.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/fullpipe/detection.cpp b/engines/fullpipe/detection.cpp
index 4cb46ba1c5..8c4a422333 100644
--- a/engines/fullpipe/detection.cpp
+++ b/engines/fullpipe/detection.cpp
@@ -52,7 +52,7 @@ static const ADGameDescription gameDescriptions[] = {
AD_ENTRY1s("0654.sc2", "099f54f86d33ad2395f3b854b7e05058", 2272),
Common::RU_RUS,
Common::kPlatformWindows,
- ADGF_NO_FLAGS,
+ ADGF_DROPPLATFORM,
GUIO1(GUIO_NONE)
},
@@ -63,7 +63,7 @@ static const ADGameDescription gameDescriptions[] = {
AD_ENTRY1s("0654.sc2", "d8743351fc53d205f42d91f6d791e51b", 2272),
Common::RU_RUS,
Common::kPlatformWindows,
- ADGF_NO_FLAGS,
+ ADGF_DROPPLATFORM,
GUIO1(GUIO_NONE)
},