]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATCDCL/AILocalTraffic.hxx
Initial commit of the new sound system, expect more updates to follow
[flightgear.git] / src / ATCDCL / AILocalTraffic.hxx
index e2fb7ee6c5d77878f51ef866bb3137f1e2e2ed12..c62a9456e9a4ad8bf135a23e03888bac2e6a5775 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef _FG_AILocalTraffic_HXX
 #define _FG_AILocalTraffic_HXX
 
-#include <simgear/math/point3d.hxx>
+#include <simgear/math/SGMath.hxx>
 #include <Main/fg_props.hxx>
 
 #include "AIPlane.hxx"
@@ -216,7 +216,7 @@ private:
 
        void CalculateSoD(double base_leg_pos, double downwind_leg_pos, bool pattern_direction);
 
-       void ExitRunway(const Point3D& orthopos);
+       void ExitRunway(const SGVec3d& orthopos);
 
        void StartTaxi();