]> git.mxchange.org Git - flightgear.git/commitdiff
Get ATIS voice working again.
authorcurt <curt>
Mon, 26 Apr 2004 22:02:30 +0000 (22:02 +0000)
committercurt <curt>
Mon, 26 Apr 2004 22:02:30 +0000 (22:02 +0000)
src/ATC/ATCVoice.cxx

index 6751f93e8d3f44df4db6250442190b573c966608..ab88ea0fdbd4cf3b3efa936762f0473ab385911f 100644 (file)
@@ -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();