From: mfranz Date: Fri, 22 Jun 2007 18:12:31 +0000 (+0000) Subject: increase range of searched and displayed frequencies 40 -> 50 nm X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a0789e1c35c5ff163600b9a972e8f63645935aad;p=flightgear.git increase range of searched and displayed frequencies 40 -> 50 nm --- diff --git a/src/ATC/ATCDialog.cxx b/src/ATC/ATCDialog.cxx index ab54a3f7b..2946478da 100644 --- a/src/ATC/ATCDialog.cxx +++ b/src/ATC/ATCDialog.cxx @@ -314,7 +314,7 @@ void FGATCDialog::FreqDialog() { // remove all dynamic airport/ATC buttons button_group->removeChildren("button", false); - // Find the ATC stations within a reasonable range (about 40 miles?) + // Find the ATC stations within a reasonable range comm_list_type atc_stations; comm_list_iterator atc_stat_itr; @@ -325,7 +325,7 @@ void FGATCDialog::FreqDialog() { lat * SGD_DEGREES_TO_RADIANS, elev)); // search stations in range - int num_stat = current_commlist->FindByPos(lon, lat, elev, 40.0, &atc_stations); + int num_stat = current_commlist->FindByPos(lon, lat, elev, 50.0, &atc_stations); if (num_stat != 0) { map uniq; // fill map (sorts by distance and removes duplicates)