aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
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: