Skip to content

Commit

Permalink
MORTEVIELLE: Comment out detection for improved German translation
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
criezy committed Jun 16, 2014
1 parent 22de79f commit 6c9820f
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions engines/mortevielle/detection_tables.h
Expand Up @@ -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
Expand Down

0 comments on commit 6c9820f

Please sign in to comment.