From f5150d32af300ef0c95c922a691923d4a4a286e3 Mon Sep 17 00:00:00 2001 From: James Turner Date: Wed, 12 Dec 2012 11:16:29 +0000 Subject: [PATCH] Whoops, fix bad #ifdef to disable sound. Bug #958 --- simgear/sound/soundmgr_openal.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/simgear/sound/soundmgr_openal.cxx b/simgear/sound/soundmgr_openal.cxx index 1a16eed7..910653b1 100644 --- a/simgear/sound/soundmgr_openal.cxx +++ b/simgear/sound/soundmgr_openal.cxx @@ -253,7 +253,6 @@ void SGSoundMgr::init() void SGSoundMgr::reinit() { -#ifndef ENABLE_SOUND bool was_active = _active; if (was_active) @@ -266,7 +265,6 @@ void SGSoundMgr::reinit() if (was_active) resume(); -#endif } void SGSoundMgr::activate() -- 2.39.5