From 88bb567e182ffd6bdc17a2c7c06990686677d81c Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 15 Feb 2008 17:01:35 +0000 Subject: Merged lots of _mixer->isReady() warnings into a single one in Engine constructor svn-id: r30871 --- engines/sword2/sword2.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'engines/sword2/sword2.cpp') diff --git a/engines/sword2/sword2.cpp b/engines/sword2/sword2.cpp index 2634a96962..d86c5b6c9e 100644 --- a/engines/sword2/sword2.cpp +++ b/engines/sword2/sword2.cpp @@ -328,10 +328,6 @@ int Sword2Engine::init() { _sound = new Sound(this); _mouse = new Mouse(this); - // Setup mixer - if (!_mixer->isReady()) - warning("Sound initialization failed"); - registerDefaultSettings(); readSettings(); -- cgit v1.2.3