From: curt Date: Thu, 19 Jul 2001 04:55:58 +0000 (+0000) Subject: - don't set computer sound volume -- that's up to the user X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1de5373ed91e657bf3723619ec3ce8b036831f14;p=flightgear.git - don't set computer sound volume -- that's up to the user --- diff --git a/src/Sound/soundmgr.cxx b/src/Sound/soundmgr.cxx index bc3386539..76f041bec 100644 --- a/src/Sound/soundmgr.cxx +++ b/src/Sound/soundmgr.cxx @@ -94,7 +94,7 @@ bool FGSoundMgr::init() { last.stamp(); safety = FG_MAX_SOUND_SAFETY; - audio_mixer -> setMasterVolume ( 80 ) ; /* 80% of max volume. */ + // audio_mixer -> setMasterVolume ( 80 ) ; /* 80% of max volume. */ audio_sched -> setSafetyMargin ( FG_SOUND_SAFETY_MULT * safety ) ; sound_map_iterator current = sounds.begin();