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/lure | |
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/lure')
-rw-r--r-- | engines/lure/lure.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/engines/lure/lure.cpp b/engines/lure/lure.cpp index 627431e86e..de213b4f5a 100644 --- a/engines/lure/lure.cpp +++ b/engines/lure/lure.cpp @@ -48,12 +48,6 @@ LureEngine::LureEngine(OSystem *system, const LureGameDescription *gameDesc): En Common::addSpecialDebugLevel(kLureDebugFights, "fights", "Fights debugging"); Common::addSpecialDebugLevel(kLureDebugSounds, "sounds", "Sounds debugging"); Common::addSpecialDebugLevel(kLureDebugStrings, "strings", "Strings debugging"); - - // Setup mixer - - if (!_mixer->isReady()) { - warning("Sound initialization failed."); - } } int LureEngine::init() { |