diff options
Diffstat (limited to 'engines/cruise/detection.cpp')
-rw-r--r-- | engines/cruise/detection.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/engines/cruise/detection.cpp b/engines/cruise/detection.cpp index ba79df4822..b632e4ea7a 100644 --- a/engines/cruise/detection.cpp +++ b/engines/cruise/detection.cpp @@ -73,7 +73,7 @@ static const CRUISEGameDescription gameDescriptions[] = { "16 colors", AD_ENTRY1("D1", "cd29a4cd9162076e9a18495fe56a48f3"), Common::EN_GRB, - Common::kPlatformPC, + Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO0() }, @@ -86,7 +86,7 @@ static const CRUISEGameDescription gameDescriptions[] = { "16 colors", AD_ENTRY1("D1", "41a7a4d426dbd048eb369cfee4bb2717"), Common::FR_FRA, - Common::kPlatformPC, + Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO0() }, @@ -99,7 +99,7 @@ static const CRUISEGameDescription gameDescriptions[] = { "256 colors", AD_ENTRY1("D1", "a90d2b9ead6b4d812cd14268672cf178"), Common::EN_ANY, - Common::kPlatformPC, + Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO0() }, @@ -112,7 +112,7 @@ static const CRUISEGameDescription gameDescriptions[] = { "256 colors", AD_ENTRY1("D1", "e258865807ea31b2d523340e6f0a606b"), Common::FR_FRA, - Common::kPlatformPC, + Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO0() }, @@ -125,7 +125,7 @@ static const CRUISEGameDescription gameDescriptions[] = { "16 colors", AD_ENTRY1("D1", "287d2ec1799e2f881dee23c70be96e81"), Common::DE_DEU, - Common::kPlatformPC, + Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO0() }, @@ -138,7 +138,7 @@ static const CRUISEGameDescription gameDescriptions[] = { "256 colors", AD_ENTRY1("D1", "f2a26522d49983c4ae32bcccbb801b02"), Common::DE_DEU, - Common::kPlatformPC, + Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO0() }, @@ -203,7 +203,7 @@ static const CRUISEGameDescription gameDescriptions[] = { "256 colors", AD_ENTRY1("D1", "e19a4ab2e24a69087e4ea994a5506231"), Common::IT_ITA, - Common::kPlatformPC, + Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO0() }, @@ -216,7 +216,7 @@ static const CRUISEGameDescription gameDescriptions[] = { "256 colors", AD_ENTRY1("D1", "9a302ada55600d96061fda1d63a6ccda"), Common::ES_ESP, - Common::kPlatformPC, + Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO0() }, |