diff options
author | Eugene Sandulenko | 2013-09-09 00:35:19 +0300 |
---|---|---|
committer | Eugene Sandulenko | 2013-09-09 00:38:06 +0300 |
commit | 693ed1e988e164b738e019aaf9e7b5999d2b14a4 (patch) | |
tree | 7a1d3f6724e659ac2b671bcfaf4beb076265556a /engines | |
parent | 6384cfdeaabec261ce1abed95860fdc7ea1ca978 (diff) | |
download | scummvm-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
Diffstat (limited to 'engines')
-rw-r--r-- | engines/fullpipe/detection.cpp | 4 |
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) }, |