aboutsummaryrefslogtreecommitdiff
path: root/saga/sound.h
diff options
context:
space:
mode:
authorEugene Sandulenko2004-04-29 03:52:59 +0000
committerEugene Sandulenko2004-04-29 03:52:59 +0000
commitbb8ee598c9c71b7ee8b55819099274605a7b6224 (patch)
treef38a18647b41d2e276cafcf09340eaad76a2a6f0 /saga/sound.h
parentb03304c8707313f624e9280e8c0c345f117092c5 (diff)
downloadscummvm-rg350-bb8ee598c9c71b7ee8b55819099274605a7b6224.tar.gz
scummvm-rg350-bb8ee598c9c71b7ee8b55819099274605a7b6224.tar.bz2
scummvm-rg350-bb8ee598c9c71b7ee8b55819099274605a7b6224.zip
Music.cpp objectizing.
Initial MIDI checkin, doesn't work svn-id: r13670
Diffstat (limited to 'saga/sound.h')
-rw-r--r--saga/sound.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/saga/sound.h b/saga/sound.h
index a9307b8d0b..8101925c3a 100644
--- a/saga/sound.h
+++ b/saga/sound.h
@@ -69,6 +69,7 @@ class Sound {
private:
int _soundInitialized;
+ int _enabled;
R_GAME_SOUNDINFO _snd_info;