missing changes

svn-id: r4823
This commit is contained in:
Paweł Kołodziejski 2002-08-24 15:58:08 +00:00
parent 9f993a1d29
commit 66630ec3b3

View File

@ -114,7 +114,7 @@ Scumm::Scumm (GameDetector *detector, OSystem *syst)
/* Bind the mixer to the system => mixer will be invoked /* Bind the mixer to the system => mixer will be invoked
* automatically when samples need to be generated */ * automatically when samples need to be generated */
if (!_mixer->bind_to_system(syst)) { if (!_mixer->bindToSystem(syst)) {
warning("Sound initialization failed"); warning("Sound initialization failed");
if (detector->_use_adlib) { if (detector->_use_adlib) {
_use_adlib = false; _use_adlib = false;
@ -123,8 +123,8 @@ Scumm::Scumm (GameDetector *detector, OSystem *syst)
warning("Adlib music was selected, switching to midi null driver"); warning("Adlib music was selected, switching to midi null driver");
} }
} }
_mixer->set_volume(kDefaultSFXVolume); _mixer->setVolume(kDefaultSFXVolume);
_mixer->set_music_volume(kDefaultMusicVolume); _mixer->setMusicVolume(kDefaultMusicVolume);
// Init iMuse // Init iMuse