Merged lots of _mixer->isReady() warnings into a single one in Engine constructor
svn-id: r30871
This commit is contained in:
parent
98c661d70f
commit
88bb567e18
15 changed files with 11 additions and 52 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue