]> git.mxchange.org Git - flightgear.git/blobdiff - src/Navaids/navdb.cxx
commradio: improvements for atis speech
[flightgear.git] / src / Navaids / navdb.cxx
index 77a82c99b2898441583ed8262273e0bf830b135a..4b01c3ad6ff29688d9616d6c0aeceabbce191556 100644 (file)
@@ -175,7 +175,7 @@ static PositionedID readNavFromStream(std::istream& aStream,
                                arp.first, arp.second);
   }
   
-  if (range < 0.01) {
+  if (range < 1) {
     range = defaultNavRange(ident, type);
   }