aboutsummaryrefslogtreecommitdiff
path: root/scumm/music.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/music.h')
-rw-r--r--scumm/music.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/music.h b/scumm/music.h
index ce0658ff26..27db7d747f 100644
--- a/scumm/music.h
+++ b/scumm/music.h
@@ -45,7 +45,7 @@ public:
* Set the output volume.
* @param vol the new output volume
*/
- virtual void setMasterVolume(int vol) = 0;
+ virtual void setMusicVolume(int vol) = 0;
/**
* Start playing the sound with the given id.