aboutsummaryrefslogtreecommitdiff
path: root/scumm/player_mod.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/player_mod.cpp')
-rw-r--r--scumm/player_mod.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/player_mod.cpp b/scumm/player_mod.cpp
index 61f4d700d2..c41f7c015a 100644
--- a/scumm/player_mod.cpp
+++ b/scumm/player_mod.cpp
@@ -59,7 +59,7 @@ Player_MOD::~Player_MOD() {
}
}
-void Player_MOD::setMasterVolume(int vol) {
+void Player_MOD::setMusicVolume(int vol) {
_maxvol = vol;
}