aboutsummaryrefslogtreecommitdiff
path: root/sword1/music.h
diff options
context:
space:
mode:
authorRobert Göffringmann2004-01-06 11:48:30 +0000
committerRobert Göffringmann2004-01-06 11:48:30 +0000
commite34d7b6c41054fb1093a1967639d2a328eabd5f8 (patch)
tree841d0036eb2eeb73dcb90a589c66c354cc7b5d69 /sword1/music.h
parentcc67301791cd46bc6e81bb76ef30c45d692a7547 (diff)
downloadscummvm-rg350-e34d7b6c41054fb1093a1967639d2a328eabd5f8.tar.gz
scummvm-rg350-e34d7b6c41054fb1093a1967639d2a328eabd5f8.tar.bz2
scummvm-rg350-e34d7b6c41054fb1093a1967639d2a328eabd5f8.zip
get volume from gamedetector
svn-id: r12169
Diffstat (limited to 'sword1/music.h')
-rw-r--r--sword1/music.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sword1/music.h b/sword1/music.h
index bc6e6baad6..dcdc7e2609 100644
--- a/sword1/music.h
+++ b/sword1/music.h
@@ -64,7 +64,9 @@ public:
~SwordMusic();
void startMusic(int32 tuneId, int32 loopFlag);
void fadeDown();
+ void setVolume(uint8 vol);
private:
+ st_volume_t _volume;
SwordMusicHandle _handles[2];
RateConverter *_converter[2];
OSystem *_system;