aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm
diff options
context:
space:
mode:
authorTravis Howell2006-03-01 22:50:16 +0000
committerTravis Howell2006-03-01 22:50:16 +0000
commit7f8a8b7ffbdccd77fd9d54ecb392777c4746cd0c (patch)
tree9acce71caa2328e20813553d0239aa72331b0164 /engines/scumm
parent8f76068148ca9413494b8b3a3ab534882bfe55a8 (diff)
downloadscummvm-rg350-7f8a8b7ffbdccd77fd9d54ecb392777c4746cd0c.tar.gz
scummvm-rg350-7f8a8b7ffbdccd77fd9d54ecb392777c4746cd0c.tar.bz2
scummvm-rg350-7f8a8b7ffbdccd77fd9d54ecb392777c4746cd0c.zip
Initialize new SCUMM vars for V1/2
svn-id: r20998
Diffstat (limited to 'engines/scumm')
-rw-r--r--engines/scumm/scumm.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/scumm/scumm.cpp b/engines/scumm/scumm.cpp
index 68a618c655..6563070326 100644
--- a/engines/scumm/scumm.cpp
+++ b/engines/scumm/scumm.cpp
@@ -786,6 +786,8 @@ ScummEngine::ScummEngine(GameDetector *detector, OSystem *syst, const ScummGameS
VAR_ACTIVE_OBJECT2 = 0xFF;
VAR_VERB_ALLOWED = 0xFF;
VAR_CLICK_AREA = 0xFF;
+ VAR_CLICK_VERB = 0xFF;
+ VAR_CLICK_OBJECT = 0xFF;
VAR_BLAST_ABOVE_TEXT = 0xFF;
VAR_VOICE_MODE = 0xFF;