aboutsummaryrefslogtreecommitdiff
path: root/scumm/vars.cpp
diff options
context:
space:
mode:
authorMax Horn2003-05-21 14:00:19 +0000
committerMax Horn2003-05-21 14:00:19 +0000
commite21604663fa71426bef8fad528626a4ef17d131a (patch)
treed6e434e74b556ec677740b74292c84dba947f422 /scumm/vars.cpp
parent1294eb35c773c195633474dc2fbb8812f4b949a6 (diff)
downloadscummvm-rg350-e21604663fa71426bef8fad528626a4ef17d131a.tar.gz
scummvm-rg350-e21604663fa71426bef8fad528626a4ef17d131a.tar.bz2
scummvm-rg350-e21604663fa71426bef8fad528626a4ef17d131a.zip
added v2 cutscene support (not quite complete; and crashes at some point in maniac because VAR_EGO contains a bogus value); cleanup
svn-id: r7781
Diffstat (limited to 'scumm/vars.cpp')
-rw-r--r--scumm/vars.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/vars.cpp b/scumm/vars.cpp
index 6e67414a3b..07772bc970 100644
--- a/scumm/vars.cpp
+++ b/scumm/vars.cpp
@@ -116,6 +116,7 @@ void Scumm_v2::setupScummVars() {
VAR_VERB_ALLOWED = 18;
VAR_ACTOR_RANGE_MIN = 19;
VAR_ACTOR_RANGE_MAX = 20;
+ VAR_CURSORSTATE = 21;
VAR_CAMERA_MIN_X = 23;
VAR_CAMERA_MAX_X = 24;
VAR_TIMER_NEXT = 25;