]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/ATC.cxx
Update 'magic' for more consistant cross platform padding.
[flightgear.git] / src / ATC / ATC.cxx
index 55a9dc814c50e9ea1cc8169b6b0aefac3ac8e080..fe20322b176bb0cb11b6f8140dce03a7238a1043 100644 (file)
@@ -227,7 +227,7 @@ void FGATC::Render(string& msg, const string& refname, bool repeating) {
                unsigned char* buf = _vPtr->WriteMessage((char*)msg.c_str(), len, _voice);
                if(_voice) {
                        SGSoundSample *simple
-                            = new SGSoundSample(buf, len, 8000, false);
+                            = new SGSoundSample(buf, len, 8000);
                        // TODO - at the moment the volume is always set off comm1 
                        // and can't be changed after the transmission has started.
                        simple->set_volume(5.0 * fgGetDouble("/instrumentation/comm[0]/volume"));