]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/atc_mgr.cxx
properly add librt when clock_gettime is used
[flightgear.git] / src / ATC / atc_mgr.cxx
index ea81f390f0d528eb0f6ce4de9f67d29babf32b48..a693e11c98163bb9b576ef436a86dd3bd51b14fc 100644 (file)
@@ -94,9 +94,9 @@ void FGATCManager::init() {
     ai_ac.setTrafficRef(trafficRef);
     
     string flightPlanName = airport + "-" + airport + ".xml";
-    double cruiseAlt = 100; // Doesn't really matter right now.
-    double courseToDest = 180; // Just use something neutral; this value might affect the runway that is used though...
-    time_t deptime = 0;        // just make sure how flightplan processing is affected by this...
+    //double cruiseAlt = 100; // Doesn't really matter right now.
+    //double courseToDest = 180; // Just use something neutral; this value might affect the runway that is used though...
+    //time_t deptime = 0;        // just make sure how flightplan processing is affected by this...
 
 
     FGAirport *apt = FGAirport::findByIdent(airport);