diff options
author | Paul Gilbert | 2006-08-27 11:45:52 +0000 |
---|---|---|
committer | Paul Gilbert | 2006-08-27 11:45:52 +0000 |
commit | 1b60992052fa18ee3fc98017b7b2e024da94b1b9 (patch) | |
tree | 5153f1b36c37dc3b8eef27f6bfb810d3a101c2c7 /engines/lure | |
parent | 73b46369c14b7cb4000dbb48591ec3938a680a7d (diff) | |
download | scummvm-rg350-1b60992052fa18ee3fc98017b7b2e024da94b1b9.tar.gz scummvm-rg350-1b60992052fa18ee3fc98017b7b2e024da94b1b9.tar.bz2 scummvm-rg350-1b60992052fa18ee3fc98017b7b2e024da94b1b9.zip |
Incremented version number
svn-id: r23785
Diffstat (limited to 'engines/lure')
-rw-r--r-- | engines/lure/luredefs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/lure/luredefs.h b/engines/lure/luredefs.h index 8a18ff8a73..4806ae18fe 100644 --- a/engines/lure/luredefs.h +++ b/engines/lure/luredefs.h @@ -31,7 +31,7 @@ namespace Lure { #define SUPPORT_FILENAME "lure.dat" #define LURE_DAT_MAJOR 1 -#define LURE_DAT_MINOR 11 +#define LURE_DAT_MINOR 12 #define LURE_DEBUG 1 @@ -244,6 +244,7 @@ enum Action { #define SERF_ANIM_ID 0x58A0 #define CONVERSE_COUNTDOWN_SIZE 40 #define IDLE_COUNTDOWN_SIZE 15 +#define MAX_TELL_COMMANDS 8 // Countdown for # operations in path finder before breaking until next // tick - set it to 0 if you'd like all pathfinding to be done at once |