aboutsummaryrefslogtreecommitdiff
path: root/engines/gob
diff options
context:
space:
mode:
authorMax Horn2008-02-15 17:05:13 +0000
committerMax Horn2008-02-15 17:05:13 +0000
commite9ca949e1c6c8705f3582f414f574a4676238714 (patch)
tree24b0ba80a1ce4d3fd09d9144a18b8e42561cdf95 /engines/gob
parent88bb567e182ffd6bdc17a2c7c06990686677d81c (diff)
downloadscummvm-rg350-e9ca949e1c6c8705f3582f414f574a4676238714.tar.gz
scummvm-rg350-e9ca949e1c6c8705f3582f414f574a4676238714.tar.bz2
scummvm-rg350-e9ca949e1c6c8705f3582f414f574a4676238714.zip
Forgot this one
svn-id: r30872
Diffstat (limited to 'engines/gob')
-rw-r--r--engines/gob/gob.cpp4
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"));