diff options
Diffstat (limited to 'engines/dreamweb/sound.h')
-rw-r--r-- | engines/dreamweb/sound.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/dreamweb/sound.h b/engines/dreamweb/sound.h index 62def157e7..a38dbf3c1a 100644 --- a/engines/dreamweb/sound.h +++ b/engines/dreamweb/sound.h @@ -73,6 +73,7 @@ private: uint8 _currentSample; uint8 _channel0Playing; uint8 _channel0Repeat; + bool _channel0NewSound; uint8 _channel1Playing; uint8 _volume; |