diff options
author | Max Horn | 2002-12-27 23:30:34 +0000 |
---|---|---|
committer | Max Horn | 2002-12-27 23:30:34 +0000 |
commit | 49f65c38c0ab68042a7ecfa73a318f3dd4f63dd8 (patch) | |
tree | 5939e14e28debf2f8afb8a4651a97810061b4cda | |
parent | 38a3d115a12a397578e564d10697fb730f95efdc (diff) | |
download | scummvm-rg350-49f65c38c0ab68042a7ecfa73a318f3dd4f63dd8.tar.gz scummvm-rg350-49f65c38c0ab68042a7ecfa73a318f3dd4f63dd8.tar.bz2 scummvm-rg350-49f65c38c0ab68042a7ecfa73a318f3dd4f63dd8.zip |
var correction (based on script 28)
svn-id: r6212
-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; |