diff options
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r-- | scumm/scumm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h index e04eb24c98..d58cf7783e 100644 --- a/scumm/scumm.h +++ b/scumm/scumm.h @@ -1052,7 +1052,7 @@ public: byte _proc_special_palette[256]; byte _roomPalette[256]; byte *_shadowPalette; - int _heSndSoundFreq, _heSndOffset, _heSndTimer, _heSndSoundId, _heSndLoop; + int _heSndSoundFreq, _heSndOffset, _heSndChannel, _heSndSoundId, _heSndLoop; bool _skipDrawObject, _skipProcessActors; int _timers[4]; |