aboutsummaryrefslogtreecommitdiff
path: root/scumm/vars.cpp
diff options
context:
space:
mode:
authorJames Brown2002-12-26 10:47:57 +0000
committerJames Brown2002-12-26 10:47:57 +0000
commita2c58938485f62d1c99b35978cd70951cce8a2d0 (patch)
treed366e07f0d5d0242dcc68e71cfefde87cb1ecf7e /scumm/vars.cpp
parentf0e31cc23fb60ea6eea8656d5a83b3669280d728 (diff)
downloadscummvm-rg350-a2c58938485f62d1c99b35978cd70951cce8a2d0.tar.gz
scummvm-rg350-a2c58938485f62d1c99b35978cd70951cce8a2d0.tar.bz2
scummvm-rg350-a2c58938485f62d1c99b35978cd70951cce8a2d0.zip
Add a guess at VAR_TALK_ACTOR (stops the crashes anyway), and add the DEBUGMODE variable so we can enable bootparams
svn-id: r6170
Diffstat (limited to 'scumm/vars.cpp')
-rw-r--r--scumm/vars.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/scumm/vars.cpp b/scumm/vars.cpp
index 385badc282..9c9c317149 100644
--- a/scumm/vars.cpp
+++ b/scumm/vars.cpp
@@ -218,7 +218,7 @@ void Scumm_v8::setupScummVars()
VAR_CAMERA_POS_Y = 10;
VAR_CAMERA_DEST_X = 11;
VAR_CAMERA_DEST_Y = 12;
-
+ VAR_TALK_ACTOR = 15; // FIXME: I think this is wrong also, but it works for the moment
VAR_LEFTBTN_HOLD = 16; // FIXME: Is this right?
VAR_ROOM = 31;
@@ -251,6 +251,8 @@ void Scumm_v8::setupScummVars()
VAR_CAMERA_SPEED_Y = 108;
VAR_CAMERA_ACCEL_X = 109;
VAR_CAMERA_ACCEL_Y = 110;
+
+ VAR_DEBUGMODE = 130;
// 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)