diff options
author | Strangerke | 2013-06-26 23:31:54 +0200 |
---|---|---|
committer | Strangerke | 2013-06-26 23:31:54 +0200 |
commit | b770e315264cf97f5a673499514eb573b54676bb (patch) | |
tree | f054bb7a2d16cda2b80d3165431249f6d89eec02 | |
parent | 10a23f4d92f50467b0541474acd6a54068fb8483 (diff) | |
download | scummvm-rg350-b770e315264cf97f5a673499514eb573b54676bb.tar.gz scummvm-rg350-b770e315264cf97f5a673499514eb573b54676bb.tar.bz2 scummvm-rg350-b770e315264cf97f5a673499514eb573b54676bb.zip |
MORTEVIELLE: Fix compilation
-rw-r--r-- | engines/mortevielle/detection_tables.h | 8 |
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() }, |