aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/sound/bgatmosphere.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/sound/bgatmosphere.h')
-rw-r--r--engines/gob/sound/bgatmosphere.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/gob/sound/bgatmosphere.h b/engines/gob/sound/bgatmosphere.h
index 72b5614282..3fa648b94d 100644
--- a/engines/gob/sound/bgatmosphere.h
+++ b/engines/gob/sound/bgatmosphere.h
@@ -52,6 +52,7 @@ public:
void queueSample(SoundDesc &sndDesc);
void queueClear();
+ void setShadable(bool shadable);
void shade();
void unshade();
@@ -61,6 +62,7 @@ private:
Common::Array<SoundDesc *> _queue;
int _queuePos;
bool _shaded;
+ bool _shadable;
Common::Mutex _mutex;