aboutsummaryrefslogtreecommitdiff
path: root/queen/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'queen/sound.h')
-rw-r--r--queen/sound.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/queen/sound.h b/queen/sound.h
index 57b49d7a43..68229e583c 100644
--- a/queen/sound.h
+++ b/queen/sound.h
@@ -77,6 +77,8 @@ public:
bool isSpeechActive() const { return _speechHandle.isActive(); }
bool isSfxActive() const { return _sfxHandle.isActive(); }
+ bool speechSfxExists() const { return _speechSfxExists; }
+
int16 lastOverride() const { return _lastOverride; }
void saveState(byte *&ptr);
@@ -107,6 +109,7 @@ protected:
bool _sfxToggle;
bool _speechToggle;
bool _musicToggle;
+ bool _speechSfxExists;
int16 _lastOverride;
PlayingSoundHandle _sfxHandle;