aboutsummaryrefslogtreecommitdiff
path: root/devtools
diff options
context:
space:
mode:
authorStrangerke2013-08-18 22:29:58 +0200
committerStrangerke2013-08-18 22:30:23 +0200
commit3bdc85709fb5d03cd6f3ae3676a66f53646a460a (patch)
treed596eb80fd10e49fc53fd82e393e0c595c8d9e6e /devtools
parent2206a3e67fafbb453d18523e80c540168625ee13 (diff)
downloadscummvm-rg350-3bdc85709fb5d03cd6f3ae3676a66f53646a460a.tar.gz
scummvm-rg350-3bdc85709fb5d03cd6f3ae3676a66f53646a460a.tar.bz2
scummvm-rg350-3bdc85709fb5d03cd6f3ae3676a66f53646a460a.zip
MORTEVIELLE: Fix the order of German verbs.
Diffstat (limited to 'devtools')
-rw-r--r--devtools/create_mortdat/menudata.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/devtools/create_mortdat/menudata.h b/devtools/create_mortdat/menudata.h
index 6a5f8dcfad..ccdd13d7f2 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