[Scummvm-cvs-logs] scummvm master -> 6c9820f877b04dfed88a384eceb31e27056b85c2

criezy criezy at scummvm.org
Tue Jun 17 00:09:20 CEST 2014


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
6c9820f877 MORTEVIELLE: Comment out detection for improved German translation


Commit: 6c9820f877b04dfed88a384eceb31e27056b85c2
    https://github.com/scummvm/scummvm/commit/6c9820f877b04dfed88a384eceb31e27056b85c2
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2014-06-16T23:08:26+01:00

Commit Message:
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.

Changed paths:
    engines/mortevielle/detection_tables.h



diff --git a/engines/mortevielle/detection_tables.h b/engines/mortevielle/detection_tables.h
index 3e1e5aa..0aa27b8 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






More information about the Scummvm-git-logs mailing list