aboutsummaryrefslogtreecommitdiff
path: root/scumm/vars.cpp
diff options
context:
space:
mode:
authorMax Horn2002-12-26 21:50:13 +0000
committerMax Horn2002-12-26 21:50:13 +0000
commitad7fefd34eb81ab473293c4072432b36608d93aa (patch)
treee510c3c891268394cf1659241bf8e079be017c98 /scumm/vars.cpp
parent966d435a19930ae357b333d731f6b70e91b5a351 (diff)
downloadscummvm-rg350-ad7fefd34eb81ab473293c4072432b36608d93aa.tar.gz
scummvm-rg350-ad7fefd34eb81ab473293c4072432b36608d93aa.tar.bz2
scummvm-rg350-ad7fefd34eb81ab473293c4072432b36608d93aa.zip
map V8 talk opcodes to the right V6 opcodes; however, talking still locks up after the first sentence is uttered (looking into that now); various cleanup; added a guess at VAR_EGO (based on what cmidec says is the 'default_actor')
svn-id: r6176
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 9c9c317149..5ad5719fb3 100644
--- a/scumm/vars.cpp
+++ b/scumm/vars.cpp
@@ -252,6 +252,8 @@ void Scumm_v8::setupScummVars()
VAR_CAMERA_ACCEL_X = 109;
VAR_CAMERA_ACCEL_Y = 110;
+ VAR_EGO = 126;
+
VAR_DEBUGMODE = 130;
// var 266, 290 and 301 have something to do with cursor images, since various scripts