From: curt Date: Mon, 26 Apr 2004 22:02:30 +0000 (+0000) Subject: Get ATIS voice working again. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0483333a6b61156e853b7b71e8d7bfc2a3d4f4e3;p=flightgear.git Get ATIS voice working again. --- diff --git a/src/ATC/ATCVoice.cxx b/src/ATC/ATCVoice.cxx index 6751f93e8..ab88ea0fd 100644 --- a/src/ATC/ATCVoice.cxx +++ b/src/ATC/ATCVoice.cxx @@ -53,7 +53,7 @@ bool FGATCVoice::LoadVoice(string voice) { string file = voice + ".wav"; - SoundData = new SGSoundSample( path.c_str(), file.c_str() ); + SoundData = new SGSoundSample( path.c_str(), file.c_str(), false ); rawDataSize = SoundData->get_size(); rawSoundData = SoundData->get_data();