aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorTravis Howell2004-08-28 14:05:33 +0000
committerTravis Howell2004-08-28 14:05:33 +0000
commitb0be0f045294d00a231989fdc624ade298234815 (patch)
tree132a52170150291fba8405788eec144c02b20a99 /scumm/scumm.h
parent0e203f6ccd54b1097832784f9a4696584baac09b (diff)
downloadscummvm-rg350-b0be0f045294d00a231989fdc624ade298234815.tar.gz
scummvm-rg350-b0be0f045294d00a231989fdc624ade298234815.tar.bz2
scummvm-rg350-b0be0f045294d00a231989fdc624ade298234815.zip
Revert last change, was wrong opcode.
Add a few more HE 7 opcodes svn-id: r14813
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index ec25ace1d4..ca9523e797 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -1044,7 +1044,7 @@ public:
byte _roomPalette[256];
byte *_shadowPalette;
int _heSndSoundFreq, _heSndOffset, _heSndTimer, _heSndSoundId, _heSndLoop;
- bool _skipDrawObject;
+ bool _skipDrawObject, _skipProcessActors;
int _timers[4];
protected: