aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStrangerke2013-08-15 07:56:11 +0200
committerStrangerke2013-08-15 07:56:11 +0200
commit019f7e59fdbcc6bdd2ad49dc5ab7e87c84cf4093 (patch)
tree0b57f1f8203198dbdf657f890ba13b25dcd6d4e5
parentb23421585421753e37a79adaaa3b6da3d393d300 (diff)
downloadscummvm-rg350-019f7e59fdbcc6bdd2ad49dc5ab7e87c84cf4093.tar.gz
scummvm-rg350-019f7e59fdbcc6bdd2ad49dc5ab7e87c84cf4093.tar.bz2
scummvm-rg350-019f7e59fdbcc6bdd2ad49dc5ab7e87c84cf4093.zip
DEVTOOLS: Fix English verbs order in Mortevielle
-rw-r--r--devtools/create_mortdat/menudata.h6
-rw-r--r--dists/engine-data/mort.datbin75999 -> 75999 bytes
2 files changed, 3 insertions, 3 deletions
diff --git a/devtools/create_mortdat/menudata.h b/devtools/create_mortdat/menudata.h
index a927d31757..6a5f8dcfad 100644
--- a/devtools/create_mortdat/menudata.h
+++ b/devtools/create_mortdat/menudata.h
@@ -81,9 +81,9 @@ const int verbsFr[26] = { 0x301, 0x302, 0x303, 0x304, 0x305, 0x306, 0x307, 0x308
0x311, 0x312, 0x313, 0x314, 0x315, 0x401, 0x402, 0x403,
0x404, 0x405 };
-const int verbsEn[26] = { 0x301, 0x307, 0x30c, 0x306, 0x303, 0x309, 0x313, 0x314,
- 0x305, 0x310, 0x30e, 0x30d, 0x30b, 0x30a, 0x308, 0x304,
- 0x311, 0x312, 0x30f, 0x315, 0x302, 0x401, 0x405, 0x404,
+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 };
const int verbsDe[26] = { 0x30a, 0x310, 0x313, 0x301, 0x315, 0x308, 0x303, 0x306,
diff --git a/dists/engine-data/mort.dat b/dists/engine-data/mort.dat
index 2b0b507307..ae9579ee13 100644
--- a/dists/engine-data/mort.dat
+++ b/dists/engine-data/mort.dat
Binary files differ