diff options
-rw-r--r-- | scumm/vars.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
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; |