diff options
author | Paul Gilbert | 2009-01-26 07:10:41 +0000 |
---|---|---|
committer | Paul Gilbert | 2009-01-26 07:10:41 +0000 |
commit | 9b707ed951f9ffe4db07ce4fc6898c4bc17a390c (patch) | |
tree | c4912a6798a428dd4e83e90b1e3a90147b3fa7f0 | |
parent | 52df26d4b2b6991dc8594dabc772e225a7811a97 (diff) | |
download | scummvm-rg350-9b707ed951f9ffe4db07ce4fc6898c4bc17a390c.tar.gz scummvm-rg350-9b707ed951f9ffe4db07ce4fc6898c4bc17a390c.tar.bz2 scummvm-rg350-9b707ed951f9ffe4db07ce4fc6898c4bc17a390c.zip |
Backport of bugfix for incorrect fight animation offset in French version
svn-id: r36070
-rw-r--r-- | dists/engine-data/lure.dat | bin | 637824 -> 637824 bytes | |||
-rw-r--r-- | tools/create_lure/create_lure_dat.cpp | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/dists/engine-data/lure.dat b/dists/engine-data/lure.dat Binary files differindex 26afd45d79..4e0d2894af 100644 --- a/dists/engine-data/lure.dat +++ b/dists/engine-data/lure.dat diff --git a/tools/create_lure/create_lure_dat.cpp b/tools/create_lure/create_lure_dat.cpp index 9250104349..f89b5b4881 100644 --- a/tools/create_lure/create_lure_dat.cpp +++ b/tools/create_lure/create_lure_dat.cpp @@ -87,7 +87,7 @@ AnimListRecord animDataList[] = { {{0x561A, 0x56DA, 0x56FA, 0x572A, 0x56FA}}, // Pig upper block {{0x5623, 0x56E3, 0x5703, 0x5733, 0x5703}}, // Pig fight animation {{0x562C, 0x56EC, 0x570C, 0x573C, 0x570c}}, // Misc fight animation - {{0x5635, 0x56F5, 0x5705, 0x5745, 0x5715}}, // Pig fight animation + {{0x5635, 0x56F5, 0x5715, 0x5745, 0x5715}}, // Pig fight animation {{0x563E, 0x56FE, 0x571E, 0x574E, 0x571e}}, // Player recoiling from hit {{0x5647, 0x5707, 0x5727, 0x5757, 0x5727}}, // Pig recoiling from hit {{0x5650, 0x5710, 0x5730, 0x5760, 0x5730}}, // Pig dies |