diff options
author | Travis Howell | 2005-04-16 14:59:15 +0000 |
---|---|---|
committer | Travis Howell | 2005-04-16 14:59:15 +0000 |
commit | ee62127aceb2792cb14e28db848705b11f1ce716 (patch) | |
tree | 630512e401f8d4d9fce7c94ba1647ac55fc95634 /scumm/scumm.cpp | |
parent | 40c45f5408299bdb1a133379b59bea131f5a5540 (diff) | |
download | scummvm-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/scumm.cpp')
-rw-r--r-- | scumm/scumm.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp index 5a71bd5818..2e23cc563b 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -1052,6 +1052,7 @@ ScummEngine::ScummEngine(GameDetector *detector, OSystem *syst, const ScummGameS VAR_NUM_SPRITES = 0xFF; VAR_NUM_PALETTES = 0xFF; VAR_NUM_UNK = 0xFF; + VAR_MOUSE_STATE = 0xFF; VAR_POLYGONS_ONLY = 0xFF; VAR_WINDOWS_VERSION = 0xFF; VAR_KEY_STATE = 0xFF; |