aboutsummaryrefslogtreecommitdiff
path: root/engines/mortevielle
diff options
context:
space:
mode:
authorStrangerke2013-06-26 23:31:54 +0200
committerStrangerke2013-06-26 23:31:54 +0200
commitb770e315264cf97f5a673499514eb573b54676bb (patch)
treef054bb7a2d16cda2b80d3165431249f6d89eec02 /engines/mortevielle
parent10a23f4d92f50467b0541474acd6a54068fb8483 (diff)
downloadscummvm-rg350-b770e315264cf97f5a673499514eb573b54676bb.tar.gz
scummvm-rg350-b770e315264cf97f5a673499514eb573b54676bb.tar.bz2
scummvm-rg350-b770e315264cf97f5a673499514eb573b54676bb.zip
MORTEVIELLE: Fix compilation
Diffstat (limited to 'engines/mortevielle')
-rw-r--r--engines/mortevielle/detection_tables.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/mortevielle/detection_tables.h b/engines/mortevielle/detection_tables.h
index 2b9a4511da..689fee1222 100644
--- a/engines/mortevielle/detection_tables.h
+++ b/engines/mortevielle/detection_tables.h
@@ -33,7 +33,7 @@ static const ADGameDescription MortevielleGameDescriptions[] = {
AD_LISTEND
},
Common::FR_FRA,
- Common::kPlatformPC,
+ Common::kPlatformDOS,
ADGF_NO_FLAGS,
GUIO0()
},
@@ -47,7 +47,7 @@ static const ADGameDescription MortevielleGameDescriptions[] = {
AD_LISTEND
},
Common::FR_FRA,
- Common::kPlatformPC,
+ Common::kPlatformDOS,
ADGF_NO_FLAGS,
GUIO0()
},
@@ -61,7 +61,7 @@ static const ADGameDescription MortevielleGameDescriptions[] = {
AD_LISTEND
},
Common::DE_DEU,
- Common::kPlatformPC,
+ Common::kPlatformDOS,
ADGF_NO_FLAGS,
GUIO0()
},
@@ -77,7 +77,7 @@ static const ADGameDescription MortevielleGameDescriptions[] = {
AD_LISTEND
},
Common::EN_ANY,
- Common::kPlatformPC,
+ Common::kPlatformDOS,
ADGF_NO_FLAGS,
GUIO0()
},