diff options
author | Thierry Crozat | 2014-06-16 23:08:26 +0100 |
---|---|---|
committer | Thierry Crozat | 2014-06-16 23:08:26 +0100 |
commit | 6c9820f877b04dfed88a384eceb31e27056b85c2 (patch) | |
tree | cf54c0bcf2606679e52b9fc88bbbda2837245259 /engines | |
parent | 22de79f924d6a08c3c09ff0419031849a08f87c9 (diff) | |
download | scummvm-rg350-6c9820f877b04dfed88a384eceb31e27056b85c2.tar.gz scummvm-rg350-6c9820f877b04dfed88a384eceb31e27056b85c2.tar.bz2 scummvm-rg350-6c9820f877b04dfed88a384eceb31e27056b85c2.zip |
MORTEVIELLE: Comment out detection for improved German translation
The improved German translation version is based on the original
German version but uses the engine data file instead of the original
data files for texts and menus. However currently only the menu has
been improved and the rest is still identical to the original German
version. So comment out the detection until somebody volunteers to
improve the German texts.
Diffstat (limited to 'engines')
-rw-r--r-- | engines/mortevielle/detection_tables.h | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/engines/mortevielle/detection_tables.h b/engines/mortevielle/detection_tables.h index 3e1e5aaefe..0aa27b89eb 100644 --- a/engines/mortevielle/detection_tables.h +++ b/engines/mortevielle/detection_tables.h @@ -57,21 +57,21 @@ static const MortevielleGameDescription MortevielleGameDescriptions[] = { }, // German, improved translation - { - { - "mortevielle", - "Improved Translation", - { - {"menual.mor", 0, "792aea282b07a1d74c4a4abeabc90c19", 144}, - {"dxx.mor", 0, "949e68e829ecd5ad29e36a00347a9e7e", 207744}, - AD_LISTEND - }, - Common::DE_DEU, - Common::kPlatformDOS, - ADGF_NO_FLAGS, - GUIO0() - }, Common::DE_DEU, kUseEngineDataFile - }, +// { +// { +// "mortevielle", +// "Improved Translation", +// { +// {"menual.mor", 0, "792aea282b07a1d74c4a4abeabc90c19", 144}, +// {"dxx.mor", 0, "949e68e829ecd5ad29e36a00347a9e7e", 207744}, +// AD_LISTEND +// }, +// Common::DE_DEU, +// Common::kPlatformDOS, +// ADGF_NO_FLAGS, +// GUIO0() +// }, Common::DE_DEU, kUseEngineDataFile +// }, // DOS English version doesn't exist. Technically, they are French or German versions, // using English strings stored mort.dat |