aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Gilbert2006-08-27 11:45:52 +0000
committerPaul Gilbert2006-08-27 11:45:52 +0000
commit1b60992052fa18ee3fc98017b7b2e024da94b1b9 (patch)
tree5153f1b36c37dc3b8eef27f6bfb810d3a101c2c7
parent73b46369c14b7cb4000dbb48591ec3938a680a7d (diff)
downloadscummvm-rg350-1b60992052fa18ee3fc98017b7b2e024da94b1b9.tar.gz
scummvm-rg350-1b60992052fa18ee3fc98017b7b2e024da94b1b9.tar.bz2
scummvm-rg350-1b60992052fa18ee3fc98017b7b2e024da94b1b9.zip
Incremented version number
svn-id: r23785
-rw-r--r--engines/lure/luredefs.h3
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