aboutsummaryrefslogtreecommitdiff
path: root/scumm/player_v2a.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/player_v2a.cpp')
-rw-r--r--scumm/player_v2a.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/player_v2a.cpp b/scumm/player_v2a.cpp
index 216d2ad168..9a593c5cab 100644
--- a/scumm/player_v2a.cpp
+++ b/scumm/player_v2a.cpp
@@ -1178,8 +1178,8 @@ Player_V2A::~Player_V2A() {
#endif
}
-void Player_V2A::setMasterVolume (int vol) {
- _mod->setMasterVolume(vol);
+void Player_V2A::setMusicVolume (int vol) {
+ _mod->setMusicVolume(vol);
}
int Player_V2A::getSoundSlot (int id) const {