]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/AIPlane.cxx
Make FlightGear work with 16bpp:
[flightgear.git] / src / ATC / AIPlane.cxx
index 272f4e73b12ec07982938f097b7774386a59e9db..97789d7d2157d0b32e10af0e351b163529a46c1c 100644 (file)
@@ -183,8 +183,7 @@ void FGAIPlane::ProcessCallback(int code) {
 // The repeating flag indicates whether the message should be repeated continuously or played once.
 void FGAIPlane::Render(string refname, bool repeating) {
 #ifdef ENABLE_AUDIO_SUPPORT
-       voice = (voiceOK && fgGetBool("/sim/sound/audible")
-                 && fgGetBool("/sim/sound/voice"));
+       voice = (voiceOK && fgGetBool("/sim/sound/voice"));
        if(voice) {
                int len;
                unsigned char* buf = vPtr->WriteMessage((char*)pending_transmission.c_str(), len, voice);