Merged lots of _mixer->isReady() warnings into a single one in Engine constructor

svn-id: r30871
This commit is contained in:
Max Horn 2008-02-15 17:01:35 +00:00
parent 98c661d70f
commit 88bb567e18
15 changed files with 11 additions and 52 deletions

View file

@ -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() {