From 66630ec3b30c731ae7ea2e5dae01dc89ffc3a03b Mon Sep 17 00:00:00 2001 From: Paweł Kołodziejski Date: Sat, 24 Aug 2002 15:58:08 +0000 Subject: missing changes svn-id: r4823 --- scumm/scummvm.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scumm') diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp index 68057f075c..85f49d2270 100644 --- a/scumm/scummvm.cpp +++ b/scumm/scummvm.cpp @@ -114,7 +114,7 @@ Scumm::Scumm (GameDetector *detector, OSystem *syst) /* Bind the mixer to the system => mixer will be invoked * automatically when samples need to be generated */ - if (!_mixer->bind_to_system(syst)) { + if (!_mixer->bindToSystem(syst)) { warning("Sound initialization failed"); if (detector->_use_adlib) { _use_adlib = false; @@ -123,8 +123,8 @@ Scumm::Scumm (GameDetector *detector, OSystem *syst) warning("Adlib music was selected, switching to midi null driver"); } } - _mixer->set_volume(kDefaultSFXVolume); - _mixer->set_music_volume(kDefaultMusicVolume); + _mixer->setVolume(kDefaultSFXVolume); + _mixer->setMusicVolume(kDefaultMusicVolume); // Init iMuse -- cgit v1.2.3