aboutsummaryrefslogtreecommitdiff
path: root/engines/lastexpress
diff options
context:
space:
mode:
authorJulien Templier2010-10-24 19:10:13 +0000
committerJulien Templier2010-10-24 19:10:13 +0000
commitf37252e6cfacf1a1546265ffc7895e499a2b7e54 (patch)
tree419d7f804e02fc58e1f87cbbfe4aae196f82c8ff /engines/lastexpress
parent2e0b1c621388d7b37746cf41f7d1104ac900b133 (diff)
downloadscummvm-rg350-f37252e6cfacf1a1546265ffc7895e499a2b7e54.tar.gz
scummvm-rg350-f37252e6cfacf1a1546265ffc7895e499a2b7e54.tar.bz2
scummvm-rg350-f37252e6cfacf1a1546265ffc7895e499a2b7e54.zip
LASTEXPRESS: Change detection entries platform to kPlatformUnknown
All full versions of the game are multiplatform Dos/Win/Mac and the demo is Dos/Win svn-id: r53770
Diffstat (limited to 'engines/lastexpress')
-rw-r--r--engines/lastexpress/detection.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/engines/lastexpress/detection.cpp b/engines/lastexpress/detection.cpp
index 7c473a6fe3..3165452f03 100644
--- a/engines/lastexpress/detection.cpp
+++ b/engines/lastexpress/detection.cpp
@@ -46,7 +46,7 @@ static const ADGameDescription gameDescriptions[] = {
{"CD3.HPF", 0, "00554fbf78a2ad391d98578fbbbe1c48", 641128448},
},
Common::EN_ANY,
- Common::kPlatformWindows,
+ Common::kPlatformUnknown,
ADGF_NO_FLAGS,
Common::GUIO_NONE
},
@@ -62,7 +62,7 @@ static const ADGameDescription gameDescriptions[] = {
{"CD3.HPF", 0, "33f5e35f51063cb90f6bed9974475aa6", 641056768},
},
Common::EN_ANY,
- Common::kPlatformWindows,
+ Common::kPlatformUnknown,
ADGF_NO_FLAGS,
Common::GUIO_NONE
},
@@ -78,7 +78,7 @@ static const ADGameDescription gameDescriptions[] = {
{"CD3.HPF", 0, "00554fbf78a2ad391d98578fbbbe1c48", 641128448},
},
Common::EN_ANY,
- Common::kPlatformWindows,
+ Common::kPlatformUnknown,
ADGF_NO_FLAGS,
Common::GUIO_NONE
},
@@ -94,7 +94,7 @@ static const ADGameDescription gameDescriptions[] = {
{"CD3.HPF", 0, "411c1bab57b3e8da4fb359c5b40ef5d7", 640884736},
},
Common::FR_FRA,
- Common::kPlatformWindows,
+ Common::kPlatformUnknown,
ADGF_NO_FLAGS,
Common::GUIO_NONE
},
@@ -110,7 +110,7 @@ static const ADGameDescription gameDescriptions[] = {
{"CD3.HPF", 0, "ee55d4310546dd2a38560b096d1c2771", 641144832},
},
Common::DE_DEU,
- Common::kPlatformWindows,
+ Common::kPlatformUnknown,
ADGF_NO_FLAGS,
Common::GUIO_NONE
},
@@ -126,7 +126,7 @@ static const ADGameDescription gameDescriptions[] = {
{"CD3.HPF", 0, "0d1901662f4d063a5c250c9fbf64b771", 639504384},
},
Common::ES_ESP,
- Common::kPlatformWindows,
+ Common::kPlatformUnknown,
ADGF_NO_FLAGS,
Common::GUIO_NONE
},
@@ -139,7 +139,7 @@ static const ADGameDescription gameDescriptions[] = {
{"Demo.HPF", 0, "baf3b1f64155d34872896e61c3d3cb78", 58191872},
},
Common::EN_ANY,
- Common::kPlatformWindows,
+ Common::kPlatformUnknown,
ADGF_DEMO,
Common::GUIO_NONE
},