aboutsummaryrefslogtreecommitdiff
path: root/scumm/vars.cpp
diff options
context:
space:
mode:
authorTravis Howell2005-04-16 14:59:15 +0000
committerTravis Howell2005-04-16 14:59:15 +0000
commitee62127aceb2792cb14e28db848705b11f1ce716 (patch)
tree630512e401f8d4d9fce7c94ba1647ac55fc95634 /scumm/vars.cpp
parent40c45f5408299bdb1a133379b59bea131f5a5540 (diff)
downloadscummvm-rg350-ee62127aceb2792cb14e28db848705b11f1ce716.tar.gz
scummvm-rg350-ee62127aceb2792cb14e28db848705b11f1ce716.tar.bz2
scummvm-rg350-ee62127aceb2792cb14e28db848705b11f1ce716.zip
Add mouse state VAR for HE 72+ games.
svn-id: r17631
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 42497684e6..fd981e48bb 100644
--- a/scumm/vars.cpp
+++ b/scumm/vars.cpp
@@ -261,6 +261,7 @@ void ScummEngine_v72he::setupScummVars() {
VAR_NUM_IMAGES = 72;
VAR_NUM_CHARSETS = 73;
VAR_NUM_GLOBAL_OBJS = 74;
+ VAR_MOUSE_STATE = 75;
VAR_POLYGONS_ONLY = 76;
if (_heversion >= 80)