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

dreammaster at users.sourceforge.net dreammaster at users.sourceforge.net
Mon Apr 23 00:33:44 CEST 2007


Revision: 26571
          http://scummvm.svn.sourceforge.net/scummvm/?rev=26571&view=rev
Author:   dreammaster
Date:     2007-04-22 15:33:42 -0700 (Sun, 22 Apr 2007)

Log Message:
-----------
Added animations for player transformation into Selana and freewing Goewin

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-04-22 20:49:08 UTC (rev 26570)
+++ scummvm/trunk/tools/create_lure/create_lure_dat.cpp	2007-04-22 22:33:42 UTC (rev 26571)
@@ -473,6 +473,8 @@
 	add_anim_record(0x5ce9);		// Blacksmith in bar?
 	add_anim_record(0x5915);		// Blacksmith hammering
 	add_anim_record(0x59ED);		// Ewan's alternate animation
+	add_anim_record(0x5CAA);		// Selena animation
+	add_anim_record(0x5D28);		// Goewin animation
 
 	// Get the animation data records
 	AnimRecord inRec;

Modified: scummvm/trunk/tools/create_lure/create_lure_dat.h
===================================================================
--- scummvm/trunk/tools/create_lure/create_lure_dat.h	2007-04-22 20:49:08 UTC (rev 26570)
+++ scummvm/trunk/tools/create_lure/create_lure_dat.h	2007-04-22 22:33:42 UTC (rev 26571)
@@ -27,7 +27,7 @@
 #include "common/endian.h"
 
 #define VERSION_MAJOR 1
-#define VERSION_MINOR 17
+#define VERSION_MINOR 18
 #define ENGLISH_LURE 
 
 #define DATA_SEGMENT 0xac50


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