From 78c1f8504a59ea5c4e8ff1e1921d304cb58ae3b1 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 22 Nov 2007 10:10:35 +0000 Subject: Talk data bugfix - create_lure was reading past the end of the talk data list svn-id: r29604 --- engines/lure/res.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/lure/res.h b/engines/lure/res.h index 3f5cf6c5c5..c95f254b57 100644 --- a/engines/lure/res.h +++ b/engines/lure/res.h @@ -47,7 +47,7 @@ struct TalkDialogDetails { bool active; }; -#define NUM_GIVE_TALK_IDS 7 +#define NUM_GIVE_TALK_IDS 6 class Resources { private: -- cgit v1.2.3