]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/trafficcontrol.cxx
Merge branch 'next' into durk-atc
[flightgear.git] / src / ATC / trafficcontrol.cxx
index c6b14504c7be977be7958506c238c70d5d8f226d..dc7d8c5f30743e5e150486055a3f8d45299c13d3 100644 (file)
@@ -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;
 }