1
0
Fork 0

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.

This commit is contained in:
daveluff 2009-10-17 11:48:17 +00:00 committed by Tim Moore
parent 8de8a734a2
commit a01bee3817

View file

@ -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);