diff options
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r-- | scumm/scumm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h index 9573d41c37..aba9be3aad 100644 --- a/scumm/scumm.h +++ b/scumm/scumm.h @@ -1032,6 +1032,7 @@ public: byte _roomPalette[256]; byte *_shadowPalette; int _heSndSoundFreq, _heSndOffset, _heSndTimer, _heSndSoundId, _heSndLoop; + bool _skipDrawObject; protected: int _shadowPaletteSize; |