From 8bcdd8979681308c932ca041cd797c2b6357edf2 Mon Sep 17 00:00:00 2001 From: Erik Hofman Date: Tue, 20 Feb 2018 10:11:04 +0100 Subject: [PATCH] Properly initialize _bad_doppler --- simgear/sound/soundmgr_aeonwave.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/simgear/sound/soundmgr_aeonwave.cxx b/simgear/sound/soundmgr_aeonwave.cxx index 832bb795..383c6039 100644 --- a/simgear/sound/soundmgr_aeonwave.cxx +++ b/simgear/sound/soundmgr_aeonwave.cxx @@ -140,6 +140,7 @@ SGSoundMgr::SGSoundMgr() : _changed(true), _volume(0.0), _velocity(SGVec3d::zeros()), + _bad_doppler(false), _renderer("unknown"), _vendor("unknown") {