From 49f65c38c0ab68042a7ecfa73a318f3dd4f63dd8 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 27 Dec 2002 23:30:34 +0000 Subject: var correction (based on script 28) svn-id: r6212 --- scumm/vars.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scumm') diff --git a/scumm/vars.cpp b/scumm/vars.cpp index c064165c46..0ce8014911 100644 --- a/scumm/vars.cpp +++ b/scumm/vars.cpp @@ -220,7 +220,8 @@ void Scumm_v8::setupScummVars() VAR_CAMERA_DEST_Y = 12; VAR_CAMERA_FOLLOWED_ACTOR = 13; - VAR_TALK_ACTOR = 15; // FIXME: I think this is wrong also, but it works for the moment + VAR_TALK_ACTOR = 14; + VAR_HAVE_MSG = 15; VAR_LEFTBTN_HOLD = 16; VAR_RIGHTBTN_HOLD = 17; VAR_LEFTBTN_DOWN = 18; -- cgit v1.2.3