diff options
author | Max Horn | 2008-02-15 17:01:35 +0000 |
---|---|---|
committer | Max Horn | 2008-02-15 17:01:35 +0000 |
commit | 88bb567e182ffd6bdc17a2c7c06990686677d81c (patch) | |
tree | 59045356b76adcb0309b7ef3cf5b5772a2883ccc /engines/queen | |
parent | 98c661d70fca0dafc0a769c918cbb03d44642b96 (diff) | |
download | scummvm-rg350-88bb567e182ffd6bdc17a2c7c06990686677d81c.tar.gz scummvm-rg350-88bb567e182ffd6bdc17a2c7c06990686677d81c.tar.bz2 scummvm-rg350-88bb567e182ffd6bdc17a2c7c06990686677d81c.zip |
Merged lots of _mixer->isReady() warnings into a single one in Engine constructor
svn-id: r30871
Diffstat (limited to 'engines/queen')
-rw-r--r-- | engines/queen/queen.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/queen/queen.cpp b/engines/queen/queen.cpp index ee71c18a62..cd492b7934 100644 --- a/engines/queen/queen.cpp +++ b/engines/queen/queen.cpp @@ -424,8 +424,6 @@ int QueenEngine::init() { _logic = new LogicGame(this); } - if (!_mixer->isReady()) - warning("Sound initialisation failed"); _mixer->setVolumeForSoundType(Audio::Mixer::kSFXSoundType, ConfMan.getInt("sfx_volume")); // Set mixer music volume to maximum, since music volume is regulated by MusicPlayer's MIDI messages _mixer->setVolumeForSoundType(Audio::Mixer::kMusicSoundType, Audio::Mixer::kMaxMixerVolume); |