[Scummvm-cvs-logs] SF.net SVN: scummvm: [28546] scummvm/trunk/engines/lure/luredefs.h

dreammaster at users.sourceforge.net dreammaster at users.sourceforge.net
Sun Aug 12 13:10:45 CEST 2007


Revision: 28546
          http://scummvm.svn.sourceforge.net/scummvm/?rev=28546&view=rev
Author:   dreammaster
Date:     2007-08-12 04:10:44 -0700 (Sun, 12 Aug 2007)

Log Message:
-----------
Added new resource identifiers and incremented required data version

Modified Paths:
--------------
    scummvm/trunk/engines/lure/luredefs.h

Modified: scummvm/trunk/engines/lure/luredefs.h
===================================================================
--- scummvm/trunk/engines/lure/luredefs.h	2007-08-12 11:08:44 UTC (rev 28545)
+++ scummvm/trunk/engines/lure/luredefs.h	2007-08-12 11:10:44 UTC (rev 28546)
@@ -34,7 +34,7 @@
 
 #define SUPPORT_FILENAME "lure.dat"
 #define LURE_DAT_MAJOR 1
-#define LURE_DAT_MINOR 20
+#define LURE_DAT_MINOR 21
 
 #define LURE_DEBUG 1
 
@@ -222,12 +222,12 @@
 #define EXIT_HOTSPOT_ID_LIST 0x3f15
 #define FIGHT_DATA_RESOURCE_ID 0x3f16
 #define STRING_LIST_RESOURCE_ID 0x3f17
+#define SOUND_DESC_RESOURCE_ID 0x3f18
 
 // Script constants
 #define STARTUP_SCRIPT 0x23FC
 
 // Miscellaneous resources
-#define CREDITS_RESOURCE_ID 0x7800
 #define NAMES_RESOURCE_ID 9
 #define NOONE_ID 0x3E7
 #define PLAYER_ID 0x3E8
@@ -249,12 +249,16 @@
 #define SKORL_FIGHTER_ID 0x444
 #define START_EXIT_ID 0x2710
 #define BOTTLE_HOTSPOT_ID 0x2710
+#define CELL_DOOR_HOTSPOT_ID 0x2712
 #define BRICKS_ID 0x2714
 #define BOOK_ID 0x2723
 #define START_NONVISUAL_HOTSPOT_ID 0x7530
+#define CREDITS_RESOURCE_ID 0x7800
+#define RESTART_RESOURCE_ID 0x7900
 
 // Milliseconds delay between game frames
 #define GAME_FRAME_DELAY 80
+#define GAME_TICK_DELAY 20
 
 // Tick proc constants
 #define STANDARD_CHARACTER_TICK_PROC 0x4f82 
@@ -293,6 +297,7 @@
 #define MAX_TELL_COMMANDS 8
 #define MAX_SAVEGAME_SLOTS 10
 
+#define ROOMNUM_VILLAGE_SHOP 35
 #define ROOMNUM_CAVE 38
 #define ROOMNUM_CELLAR 42
 #define ROOMNUM_DINING_HALL 45


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