aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/music.h
diff options
context:
space:
mode:
authorRobert Špalek2009-10-22 06:21:39 +0000
committerRobert Špalek2009-10-22 06:21:39 +0000
commit3903be61e750ddee32350dc52c75a9f4893da475 (patch)
tree5306b82a51fb721c1a373cf2f80d6232fcb72cbe /engines/draci/music.h
parent958bc7ba8116a5de1fc92c036c9d2fb1688a3d79 (diff)
downloadscummvm-rg350-3903be61e750ddee32350dc52c75a9f4893da475.tar.gz
scummvm-rg350-3903be61e750ddee32350dc52c75a9f4893da475.tar.bz2
scummvm-rg350-3903be61e750ddee32350dc52c75a9f4893da475.zip
Improved music handling:
- reading the volume from the configuration - error handling of non-existent MIDI files - pausing/resuming music unfortunately, sometimes music stops playing or slows down, and my log messages have so far not helped me to identify why svn-id: r45326
Diffstat (limited to 'engines/draci/music.h')
-rw-r--r--engines/draci/music.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/draci/music.h b/engines/draci/music.h
index bd8ffe6301..d56de17866 100644
--- a/engines/draci/music.h
+++ b/engines/draci/music.h
@@ -46,6 +46,7 @@ public:
void setVolume(int volume);
int getVolume() { return _masterVolume; }
+ void syncVolume();
void setNativeMT32(bool b) { _nativeMT32 = b; }
bool hasNativeMT32() { return _nativeMT32; }