From 1ae87c0fbbbb38950e2364da212adeb96d464d0c Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 28 Nov 2004 21:24:02 +0000 Subject: Trying to cleanup the volume control mess inside the SCUMM engine: renamed MusicEngine::setMasterVolume to setMusicVolume; fixed iMuse to use the correct method for setMusicVolume (previously modified the iMuse internal volume control); hooked up the volume control of various other music engines; added ScummEngine::setupVolume method which can be called whenever volume settings change, and which gurantees that those are handled uniformly svn-id: r15944 --- scumm/player_mod.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/player_mod.cpp') 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; } -- cgit v1.2.3