aboutsummaryrefslogtreecommitdiff
path: root/scumm/vars.cpp
diff options
context:
space:
mode:
authorMax Horn2002-12-26 21:55:26 +0000
committerMax Horn2002-12-26 21:55:26 +0000
commit3fffd05ebfa7fdb881505bfc327cd92267aabf03 (patch)
treedaa8f800c8059bc58d529afe38537730a7033817 /scumm/vars.cpp
parentad7fefd34eb81ab473293c4072432b36608d93aa (diff)
downloadscummvm-rg350-3fffd05ebfa7fdb881505bfc327cd92267aabf03.tar.gz
scummvm-rg350-3fffd05ebfa7fdb881505bfc327cd92267aabf03.tar.bz2
scummvm-rg350-3fffd05ebfa7fdb881505bfc327cd92267aabf03.zip
fixed talking
svn-id: r6177
Diffstat (limited to 'scumm/vars.cpp')
-rw-r--r--scumm/vars.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/vars.cpp b/scumm/vars.cpp
index 5ad5719fb3..4a3e4f11ca 100644
--- a/scumm/vars.cpp
+++ b/scumm/vars.cpp
@@ -256,6 +256,8 @@ void Scumm_v8::setupScummVars()
VAR_DEBUGMODE = 130;
+ VAR_CHARINC = 221;
+
// var 266, 290 and 301 have something to do with cursor images, since various scripts
// have setCursorImg(var290,2) or setCursorImg(var266,1) or setCursorImg(var301,1)
}