]> git.mxchange.org Git - flightgear.git/commitdiff
Change one of the default flight plans to something more convenient for development...
authordaveluff <daveluff>
Sat, 17 Oct 2009 11:48:17 +0000 (11:48 +0000)
committerTim Moore <timoore@redhat.com>
Sat, 17 Oct 2009 21:54:14 +0000 (23:54 +0200)
src/Instrumentation/KLN89/kln89.cxx

index da1134bea047ce28055d6a4147f7de5fefc6644e..4387ddc1959bce9c115797374c49b96c95d8870e 100644 (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);