From: daveluff Date: Sat, 17 Oct 2009 11:48:17 +0000 (+0000) Subject: Change one of the default flight plans to something more convenient for development... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a01bee38179b255a60b438211ee1e64ffef7e3da;p=flightgear.git Change one of the default flight plans to something more convenient for development. These will eventually all be removed from the code and read from preferences anyway. --- diff --git a/src/Instrumentation/KLN89/kln89.cxx b/src/Instrumentation/KLN89/kln89.cxx index da1134bea..4387ddc19 100644 --- a/src/Instrumentation/KLN89/kln89.cxx +++ b/src/Instrumentation/KLN89/kln89.cxx @@ -365,11 +365,7 @@ void KLN89::CreateDefaultFlightPlans() { wps.clear(); ids.push_back("KCCR"); wps.push_back(GPS_WP_APT); - ids.push_back("SUZYE"); - wps.push_back(GPS_WP_INT); - ids.push_back("ALTAM"); - wps.push_back(GPS_WP_INT); - ids.push_back("C83"); + ids.push_back("KHAF"); wps.push_back(GPS_WP_APT); CreateFlightPlan(_flightPlans[4], ids, wps);