]> git.mxchange.org Git - flightgear.git/blobdiff - src/Sound/morse.cxx
Update 'magic' for more consistant cross platform padding.
[flightgear.git] / src / Sound / morse.cxx
index f018334e21ae1acdb4d25f3a6df5bc0b30d57bca..855d7b2651b052c0c23ef7b7915c954f3641d02f 100644 (file)
@@ -261,8 +261,7 @@ SGSoundSample *FGMorse::make_ident( const string& id, const int freq ) {
 
     // 4. create the simple sound and return
     SGSoundSample *sample = new SGSoundSample( buffer, length,
-                                               BYTES_PER_SECOND,
-                                               false );
+                                               BYTES_PER_SECOND );
 
     // clean up the buffer
     delete [] buffer;