X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FATC%2Ftrafficcontrol.cxx;h=dc7d8c5f30743e5e150486055a3f8d45299c13d3;hb=960f6881c993a32613e542d1475ad0d1ae97b927;hp=c6b14504c7be977be7958506c238c70d5d8f226d;hpb=ee9a5cf73deb90543b94881e9090fceddb403761;p=flightgear.git diff --git a/src/ATC/trafficcontrol.cxx b/src/ATC/trafficcontrol.cxx index c6b14504c..dc7d8c5f3 100644 --- a/src/ATC/trafficcontrol.cxx +++ b/src/ATC/trafficcontrol.cxx @@ -419,6 +419,7 @@ bool FGTrafficRecord::pushBackAllowed() // In essence, we should check whether the pusbback route itself, as well as the associcated // taxiways near the pushback point are free of traffic. // To do so, we need to + return true; }