aboutsummaryrefslogtreecommitdiff
path: root/engines/mortevielle/detection_tables.h
diff options
context:
space:
mode:
authorPaul Gilbert2012-02-12 19:40:03 +1100
committerStrangerke2012-04-06 08:20:59 +0200
commitc81b81692b62c5fefe54e8d4399cd0a106c53921 (patch)
tree423d38e1c4cdb2ea44a76ab2a2074f154181dd54 /engines/mortevielle/detection_tables.h
parente57a6a8c07bac4d9b69d89baca638beda34485d6 (diff)
downloadscummvm-rg350-c81b81692b62c5fefe54e8d4399cd0a106c53921.tar.gz
scummvm-rg350-c81b81692b62c5fefe54e8d4399cd0a106c53921.tar.bz2
scummvm-rg350-c81b81692b62c5fefe54e8d4399cd0a106c53921.zip
MORTEVIELLE: Added support for using the static string list added to mort.dat
Diffstat (limited to 'engines/mortevielle/detection_tables.h')
-rw-r--r--engines/mortevielle/detection_tables.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/engines/mortevielle/detection_tables.h b/engines/mortevielle/detection_tables.h
index 7ceb40d524..307d125156 100644
--- a/engines/mortevielle/detection_tables.h
+++ b/engines/mortevielle/detection_tables.h
@@ -23,6 +23,7 @@
namespace Mortevielle {
static const ADGameDescription MortevielleGameDescriptions[] = {
+ // French
{
"mortevielle",
"",
@@ -36,6 +37,8 @@ static const ADGameDescription MortevielleGameDescriptions[] = {
ADGF_NO_FLAGS,
GUIO0()
},
+
+ // German
{
"mortevielle",
"",
@@ -49,6 +52,23 @@ static const ADGameDescription MortevielleGameDescriptions[] = {
ADGF_NO_FLAGS,
GUIO0()
},
+
+ // English. Note that this is technically the French version, but English strings in mort.dat
+ // will automatically replace all the French strings
+ {
+ "mortevielle",
+ "",
+ {
+ {"menufr.mor", 0, "e413f36b9e14eef16130adc347a9391f", 144},
+ {"dxx.mor", 0, "949e68e829ecd5ad29e36a00347a9e7e", 207744},
+ AD_LISTEND
+ },
+ Common::EN_ANY,
+ Common::kPlatformPC,
+ ADGF_NO_FLAGS,
+ GUIO0()
+ },
+
AD_TABLE_END_MARKER
};