]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/AIPlane.cxx
Moved some of the low level scene graph construction code over to simgear.
[flightgear.git] / src / ATC / AIPlane.cxx
index 7802dc4ce1e1c9e925d5bcd49bd3e8ffc5ea2bee..407d09a13494feb950ccac60fb8a2f2414593bd9 100644 (file)
@@ -30,6 +30,10 @@ SG_USING_STD(string);
 #include "AIPlane.hxx"
 #include "ATCdisplay.hxx"
 
+FGAIPlane::FGAIPlane() {
+       leg = LEG_UNKNOWN;
+}
+
 FGAIPlane::~FGAIPlane() {
 }