[Scummvm-cvs-logs] SF.net SVN: scummvm:[36070] scummvm/trunk

dreammaster at users.sourceforge.net dreammaster at users.sourceforge.net
Mon Jan 26 08:10:41 CET 2009


Revision: 36070
          http://scummvm.svn.sourceforge.net/scummvm/?rev=36070&view=rev
Author:   dreammaster
Date:     2009-01-26 07:10:41 +0000 (Mon, 26 Jan 2009)

Log Message:
-----------
Backport of bugfix for incorrect fight animation offset in French version

Modified Paths:
--------------
    scummvm/trunk/dists/engine-data/lure.dat
    scummvm/trunk/tools/create_lure/create_lure_dat.cpp

Modified: scummvm/trunk/dists/engine-data/lure.dat
===================================================================
(Binary files differ)

Modified: scummvm/trunk/tools/create_lure/create_lure_dat.cpp
===================================================================
--- scummvm/trunk/tools/create_lure/create_lure_dat.cpp	2009-01-26 07:08:56 UTC (rev 36069)
+++ scummvm/trunk/tools/create_lure/create_lure_dat.cpp	2009-01-26 07:10:41 UTC (rev 36070)
@@ -87,7 +87,7 @@
 	{{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


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list