diff options
Diffstat (limited to 'engines/drascula/detection.cpp')
-rw-r--r-- | engines/drascula/detection.cpp | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/engines/drascula/detection.cpp b/engines/drascula/detection.cpp index e1f69e2158..8764b82a04 100644 --- a/engines/drascula/detection.cpp +++ b/engines/drascula/detection.cpp @@ -75,7 +75,7 @@ static const DrasculaGameDescription gameDescriptions[] = { 0, AD_ENTRY1s("14.ald", "09b2735953edcd43af115c65ae00b10e", 1595), Common::EN_ANY, - Common::kPlatformPC, + Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO0() }, @@ -95,7 +95,7 @@ static const DrasculaGameDescription gameDescriptions[] = { {NULL, 0, NULL, 0} }, Common::EN_ANY, - Common::kPlatformPC, + Common::kPlatformDOS, GF_PACKED, GUIO0() }, @@ -112,7 +112,7 @@ static const DrasculaGameDescription gameDescriptions[] = { {NULL, 0, NULL, 0} }, Common::DE_DEU, - Common::kPlatformPC, + Common::kPlatformDOS, GF_PACKED, GUIO0() }, @@ -129,7 +129,7 @@ static const DrasculaGameDescription gameDescriptions[] = { {NULL, 0, NULL, 0} }, Common::FR_FRA, - Common::kPlatformPC, + Common::kPlatformDOS, GF_PACKED, GUIO0() }, @@ -142,7 +142,7 @@ static const DrasculaGameDescription gameDescriptions[] = { 0, AD_ENTRY1s("packet.001", "3c971aba65a037d29d0b479cad6f5943", 31702652), Common::ES_ESP, - Common::kPlatformPC, + Common::kPlatformDOS, GF_PACKED, GUIO0() }, @@ -155,7 +155,7 @@ static const DrasculaGameDescription gameDescriptions[] = { 0, AD_ENTRY1s("14.ald", "0746ed1a5cc8d9728f790c29813f4b43", 23059), Common::ES_ESP, - Common::kPlatformPC, + Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO0() }, @@ -168,7 +168,7 @@ static const DrasculaGameDescription gameDescriptions[] = { 0, AD_ENTRY1s("14.ald", "72e46089033d56bad1c179ac36e2a9d2", 610), Common::DE_DEU, - Common::kPlatformPC, + Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO0() }, @@ -181,7 +181,7 @@ static const DrasculaGameDescription gameDescriptions[] = { 0, AD_ENTRY1s("14.ald", "eeeee96b82169003630e08992248296c", 608), Common::FR_FRA, - Common::kPlatformPC, + Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO0() }, @@ -194,7 +194,7 @@ static const DrasculaGameDescription gameDescriptions[] = { 0, AD_ENTRY1s("packet.001", "0253e924af223f5fe52537023385159b", 32564209), Common::IT_ITA, - Common::kPlatformPC, + Common::kPlatformDOS, GF_PACKED, GUIO0() }, @@ -206,7 +206,7 @@ static const DrasculaGameDescription gameDescriptions[] = { 0, AD_ENTRY1s("14.ald", "02b49a18328d0bf2efe6ba658c9c7a1d", 2098), Common::IT_ITA, - Common::kPlatformPC, + Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO0() }, @@ -223,7 +223,7 @@ static const DrasculaGameDescription gameDescriptions[] = { {NULL, 0, NULL, 0} }, Common::ES_ESP, - Common::kPlatformPC, + Common::kPlatformDOS, GF_PACKED, GUIO0() }, @@ -240,7 +240,7 @@ static const DrasculaGameDescription gameDescriptions[] = { {NULL, 0, NULL, 0} }, Common::IT_ITA, - Common::kPlatformPC, + Common::kPlatformDOS, GF_PACKED, GUIO0() }, @@ -257,7 +257,7 @@ static const DrasculaGameDescription gameDescriptions[] = { {NULL, 0, NULL, 0} }, Common::FR_FRA, - Common::kPlatformPC, + Common::kPlatformDOS, GF_PACKED, GUIO0() }, |