aboutsummaryrefslogtreecommitdiff
path: root/engines/drascula/drascula.h
diff options
context:
space:
mode:
authorThierry Crozat2017-02-11 03:38:35 +0000
committerThierry Crozat2017-02-11 14:38:34 +0000
commitf7e5f01b859c82a812a9a1466974ea18b4a8b204 (patch)
tree659e315e15232a28544cfee10f45adafd60eaa0d /engines/drascula/drascula.h
parente64e3888163b6f5cce0a8e298eb4379b66426bff (diff)
downloadscummvm-rg350-f7e5f01b859c82a812a9a1466974ea18b4a8b204.tar.gz
scummvm-rg350-f7e5f01b859c82a812a9a1466974ea18b4a8b204.tar.bz2
scummvm-rg350-f7e5f01b859c82a812a9a1466974ea18b4a8b204.zip
DRASCULA: Add handling of the master volume
Diffstat (limited to 'engines/drascula/drascula.h')
-rw-r--r--engines/drascula/drascula.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/drascula/drascula.h b/engines/drascula/drascula.h
index c879a83db7..e66220f9c6 100644
--- a/engines/drascula/drascula.h
+++ b/engines/drascula/drascula.h
@@ -488,7 +488,7 @@ public:
void addKeyToBuffer(Common::KeyState& key);
void flushKeyBuffer();
void selectVerb(int);
- void updateVolume(Audio::Mixer::SoundType soundType, int prevVolume);
+ int updateVolume(int prevVolume, int prevVolumeY);
void volumeControls();
bool saveLoadScreen();