[Scummvm-cvs-logs] SF.net SVN: scummvm: [29529] scummvm/trunk/tools/create_lure

dreammaster at users.sourceforge.net dreammaster at users.sourceforge.net
Sat Nov 17 09:45:35 CET 2007


Revision: 29529
          http://scummvm.svn.sourceforge.net/scummvm/?rev=29529&view=rev
Author:   dreammaster
Date:     2007-11-17 00:45:35 -0800 (Sat, 17 Nov 2007)

Log Message:
-----------
Added missing animation for player operating rack

Modified Paths:
--------------
    scummvm/trunk/tools/create_lure/create_lure_dat.cpp
    scummvm/trunk/tools/create_lure/create_lure_dat.h

Modified: scummvm/trunk/tools/create_lure/create_lure_dat.cpp
===================================================================
--- scummvm/trunk/tools/create_lure/create_lure_dat.cpp	2007-11-17 08:44:38 UTC (rev 29528)
+++ scummvm/trunk/tools/create_lure/create_lure_dat.cpp	2007-11-17 08:45:35 UTC (rev 29529)
@@ -99,6 +99,7 @@
 	{{0x5A62, 0x5B22}},	// Minnow pulling lever in room #48
 	{{0x5AAA, 0x5B6A}},	// Goewin mixing potion
 	{{0x5C80, 0x5D40}}, // Player standard animation
+	{{0x5C95, 0x5D55}}, // Player operating rack
 	{{0x5CAA, 0x5D6A}},	// Selena animation
 	{{0x5CE9, 0x5DA9}},	// Blacksmith default
 	{{0x5D28, 0x5DE8}},	// Goewin animation

Modified: scummvm/trunk/tools/create_lure/create_lure_dat.h
===================================================================
--- scummvm/trunk/tools/create_lure/create_lure_dat.h	2007-11-17 08:44:38 UTC (rev 29528)
+++ scummvm/trunk/tools/create_lure/create_lure_dat.h	2007-11-17 08:45:35 UTC (rev 29529)
@@ -30,7 +30,7 @@
 #include "common/util.h"
 
 #define VERSION_MAJOR 1
-#define VERSION_MINOR 23
+#define VERSION_MINOR 24
 
 #define DIALOG_SIZE 0x150
 


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