aboutsummaryrefslogtreecommitdiff
path: root/queen/sound.h
diff options
context:
space:
mode:
authorJoost Peters2004-01-22 23:10:05 +0000
committerJoost Peters2004-01-22 23:10:05 +0000
commit0bece175e485b4456cb966052662b38fe2147647 (patch)
tree8a089201660d90c4ab63b07c5a526f5eb11098a6 /queen/sound.h
parent99e3175d548d5dce704aaedab9ed291a4b365dae (diff)
downloadscummvm-rg350-0bece175e485b4456cb966052662b38fe2147647.tar.gz
scummvm-rg350-0bece175e485b4456cb966052662b38fe2147647.tar.bz2
scummvm-rg350-0bece175e485b4456cb966052662b38fe2147647.zip
- Some refactoring/clean-up.
- Handle special music types (> 1000) - Implemented random looping (untested) svn-id: r12577
Diffstat (limited to 'queen/sound.h')
-rw-r--r--queen/sound.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/queen/sound.h b/queen/sound.h
index 2184b5670f..6c657ffadc 100644
--- a/queen/sound.h
+++ b/queen/sound.h
@@ -78,13 +78,14 @@ public:
void saveState(byte *&ptr);
void loadState(uint32 ver, byte *&ptr);
-protected:
- SoundMixer *_mixer;
- QueenEngine *_vm;
-
static const songData _song[];
static const tuneData _tune[];
static const char *_sfxName[];
+ static const int16 _jungleList[];
+
+protected:
+ SoundMixer *_mixer;
+ QueenEngine *_vm;
bool _sfxToggle;
bool _speechToggle;