From 0483333a6b61156e853b7b71e8d7bfc2a3d4f4e3 Mon Sep 17 00:00:00 2001 From: curt Date: Mon, 26 Apr 2004 22:02:30 +0000 Subject: [PATCH] Get ATIS voice working again. --- src/ATC/ATCVoice.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.5