From 693ed1e988e164b738e019aaf9e7b5999d2b14a4 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Mon, 9 Sep 2013 00:35:19 +0300 Subject: FULLPIPE: Drop game platform in autogenerated gameid since only Windows version existed --- engines/fullpipe/detection.cpp | 4 ++-- 1 file 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) }, -- cgit v1.2.3