From 9b707ed951f9ffe4db07ce4fc6898c4bc17a390c Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 26 Jan 2009 07:10:41 +0000 Subject: Backport of bugfix for incorrect fight animation offset in French version svn-id: r36070 --- dists/engine-data/lure.dat | Bin 637824 -> 637824 bytes tools/create_lure/create_lure_dat.cpp | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dists/engine-data/lure.dat b/dists/engine-data/lure.dat index 26afd45d79..4e0d2894af 100644 Binary files a/dists/engine-data/lure.dat and b/dists/engine-data/lure.dat differ 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 -- cgit v1.2.3