]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AIAircraft.cxx
Don't restore initial screen geometry because there is nothing in fg_os* to resize...
[flightgear.git] / src / AIModel / AIAircraft.cxx
index 00bad5ebdd213af4aa644f071d5507bf0115c043..736786f62ab71e5f53a10ca61dc47f4ab5d78c34 100644 (file)
@@ -703,20 +703,22 @@ void FGAIAircraft::ProcessFlightPlan( double dt, time_t now )
          {
            dep->getDynamics()->releaseParking(fp->getGate());
          }
-       // Some debug messages, specific to TESTING THE Logical networks.
-       //if ((arr->getId() == string("EHAM")) && (prev->name  == "Center"))
-       //  {
-       //    
-       //    cerr << "Schiphol ground " 
-       //       << trafficRef->getCallSign();
-       //    if (trafficRef->getHeavy())
-       //      cerr << "Heavy";
-       //    cerr << " landed runway " 
-       //       << fp->getRunway()
-       //       << " request taxi to gate " 
-       //       << arr->getParkingName(fp->getGate()) 
-       //       << endl;
-       //  }
+       // Some debug messages, specific to testing the Logical networks.
+       // if ((arr->getId() == string("EHAM")) && (prev->name  == "Center"))
+//       {
+           
+//         cerr << "Schiphol ground " 
+//              << trafficRef->getRegistration() << " "
+//              << trafficRef->getCallSign();
+//         if (trafficRef->getHeavy())
+//           cerr << "Heavy";
+//         cerr << ", arriving from " << dep->getName() ;
+//         cerr << " landed runway " 
+//              << fp->getRunway()
+//              << " request taxi to gate " 
+//              << arr->getDynamics()->getParkingName(fp->getGate()) 
+//              << endl;
+//       }
        if (prev->name == "END")
          fp->setTime(trafficRef->getDepartureTime());
        //cerr << "5" << endl;