Get ATIS voice working again.
This commit is contained in:
parent
8ab1e47021
commit
0483333a6b
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue