[Scummvm-cvs-logs] scummvm master -> 3bdc85709fb5d03cd6f3ae3676a66f53646a460a

Strangerke Strangerke at scummvm.org
Sun Aug 18 22:32:14 CEST 2013


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:
3bdc85709f MORTEVIELLE: Fix the order of German verbs.


Commit: 3bdc85709fb5d03cd6f3ae3676a66f53646a460a
    https://github.com/scummvm/scummvm/commit/3bdc85709fb5d03cd6f3ae3676a66f53646a460a
Author: Strangerke (strangerke at scummvm.org)
Date: 2013-08-18T13:30:23-07:00

Commit Message:
MORTEVIELLE: Fix the order of German verbs.

Changed paths:
    devtools/create_mortdat/menudata.h
    dists/engine-data/mort.dat



diff --git a/devtools/create_mortdat/menudata.h b/devtools/create_mortdat/menudata.h
index 6a5f8dc..ccdd13d 100644
--- a/devtools/create_mortdat/menudata.h
+++ b/devtools/create_mortdat/menudata.h
@@ -77,17 +77,17 @@ const char *menuDataEn =
 	"                        ";
 
 const int verbsFr[26] = { 0x301, 0x302, 0x303, 0x304, 0x305, 0x306, 0x307, 0x308, 
-                          0x309, 0x30a, 0x30b, 0x30c, 0x30d, 0x30e, 0x30f, 0x310,
-                          0x311, 0x312, 0x313, 0x314, 0x315, 0x401, 0x402, 0x403,
-                          0x404, 0x405 };
+						  0x309, 0x30a, 0x30b, 0x30c, 0x30d, 0x30e, 0x30f, 0x310,
+						  0x311, 0x312, 0x313, 0x314, 0x315, 0x401, 0x402, 0x403,
+						  0x404, 0x405 };
 
 const int verbsEn[26] = { 0x301, 0x315, 0x305, 0x310, 0x309, 0x304, 0x302, 0x30f,
-                          0x306, 0x30d, 0x30e, 0x303, 0x30c, 0x30b, 0x313, 0x30a,
-                          0x311, 0x312, 0x307, 0x308, 0x314, 0x401, 0x405, 0x404,
-                          0x403, 0x402 };
+						  0x306, 0x30d, 0x30e, 0x303, 0x30c, 0x30b, 0x313, 0x30a,
+						  0x311, 0x312, 0x307, 0x308, 0x314, 0x401, 0x405, 0x404,
+						  0x403, 0x402 };
 
-const int verbsDe[26] = { 0x30a, 0x310, 0x313, 0x301, 0x315, 0x308, 0x303, 0x306,
-                          0x30c, 0x311, 0x314, 0x309, 0x30b, 0x30f, 0x30e, 0x304,
-                          0x307, 0x30d, 0x312, 0x302, 0x305, 0x405, 0x402, 0x404,
-                          0x403, 0x401 };
+const int verbsDe[26] = { 0x304, 0x314, 0x307, 0x310, 0x315, 0x308, 0x311, 0x306,
+						  0x30c, 0x301, 0x30d, 0x309, 0x312, 0x30f, 0x30e, 0x302,
+						  0x30a, 0x313, 0x303, 0x30b, 0x305, 0x405, 0x402, 0x404,
+						  0x403, 0x401 };
 #endif
diff --git a/dists/engine-data/mort.dat b/dists/engine-data/mort.dat
index ae9579e..32074db 100644
Binary files a/dists/engine-data/mort.dat and b/dists/engine-data/mort.dat differ






More information about the Scummvm-git-logs mailing list