1
0
Fork 0

Get ATIS voice working again.

This commit is contained in:
curt 2004-04-26 22:02:30 +00:00
parent 8ab1e47021
commit 0483333a6b

View 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();