]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/tower.hxx
Ima Sudonim:
[flightgear.git] / src / ATC / tower.hxx
index bed892b3f2f54d790ca7eb2c44ae50e25c9d996f..aaaf5387b8ace7e2c6454a15d1cfbb4ed429b28a 100644 (file)
@@ -318,6 +318,9 @@ private:
        bool AddToTrafficList(TowerPlaneRec* t, bool holding = false);
        
        bool AddToCircuitList(TowerPlaneRec* t);
+       
+       // Add to vacated list only if not already present
+       void AddToVacatedList(TowerPlaneRec* t);
 
        // Ground can be separate or handled by tower in real life.
        // In the program we will always use a separate FGGround class, but we need to know