diff options
author | Max Horn | 2008-02-15 17:05:13 +0000 |
---|---|---|
committer | Max Horn | 2008-02-15 17:05:13 +0000 |
commit | e9ca949e1c6c8705f3582f414f574a4676238714 (patch) | |
tree | 24b0ba80a1ce4d3fd09d9144a18b8e42561cdf95 | |
parent | 88bb567e182ffd6bdc17a2c7c06990686677d81c (diff) | |
download | scummvm-rg350-e9ca949e1c6c8705f3582f414f574a4676238714.tar.gz scummvm-rg350-e9ca949e1c6c8705f3582f414f574a4676238714.tar.bz2 scummvm-rg350-e9ca949e1c6c8705f3582f414f574a4676238714.zip |
Forgot this one
svn-id: r30872
-rw-r--r-- | engines/gob/gob.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/gob/gob.cpp b/engines/gob/gob.cpp index 75054f5b1e..00d8f19986 100644 --- a/engines/gob/gob.cpp +++ b/engines/gob/gob.cpp @@ -80,10 +80,6 @@ GobEngine::GobEngine(OSystem *syst) : Engine(syst) { _saveLoad = 0; // Setup mixer - if (!_mixer->isReady()) { - warning("Sound initialization failed."); - } - _mixer->setVolumeForSoundType(Audio::Mixer::kSFXSoundType, ConfMan.getInt("sfx_volume")); _mixer->setVolumeForSoundType(Audio::Mixer::kMusicSoundType, ConfMan.getInt("music_volume")); |