From d804bad5512577b2a268f8985422038eb5d3927d Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 10 Jan 2008 13:37:34 +0000 Subject: Replaced the Blacksmith hack with an NPC Schedules list that stores the active schedule of an NPC when it's deactivated in case it's later reactivated again. svn-id: r30378 --- engines/lure/luredefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/lure/luredefs.h') diff --git a/engines/lure/luredefs.h b/engines/lure/luredefs.h index 4cdee1343f..ea05a51b41 100644 --- a/engines/lure/luredefs.h +++ b/engines/lure/luredefs.h @@ -36,7 +36,7 @@ namespace Lure { #define LURE_DAT_MAJOR 1 #define LURE_DAT_MINOR 28 #define LURE_MIN_SAVEGAME_MINOR 25 -#define LURE_SAVEGAME_MINOR 30 +#define LURE_SAVEGAME_MINOR 31 #define LURE_DEBUG 1 -- cgit v1.2.3