Fix typo
This commit is contained in:
parent
430fbe99fa
commit
fc71333bdd
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ void FGAIPlane::Render(const string& refname, const float volume, bool repeating
|
||||||
#ifdef ENABLE_AUDIO_SUPPORT
|
#ifdef ENABLE_AUDIO_SUPPORT
|
||||||
voice = (voiceOK && fgGetBool("/sim/sound/voice"));
|
voice = (voiceOK && fgGetBool("/sim/sound/voice"));
|
||||||
if(voice) {
|
if(voice) {
|
||||||
sizte_t len;
|
size_t len;
|
||||||
void* buf = vPtr->WriteMessage(pending_transmission, &len);
|
void* buf = vPtr->WriteMessage(pending_transmission, &len);
|
||||||
if(voice && (volume > 0.05)) {
|
if(voice && (volume > 0.05)) {
|
||||||
SGSoundSample* simple = new SGSoundSample(buf, len, 8000 );
|
SGSoundSample* simple = new SGSoundSample(buf, len, 8000 );
|
||||||
|
|
Loading…
Add table
Reference in a new issue