]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AIBase.hxx
Oops, make sure that one of the default splash screens gets used when the splash...
[flightgear.git] / src / AIModel / AIBase.hxx
index 21904376f8ed168b567b04ce89d1893f95dc63a8..412a6c20b84f0773b6fa4d3ee0b68f65534bd72a 100644 (file)
@@ -78,6 +78,7 @@ protected:
     void Transform();
 
     static FGAIBase *_self;
+    const char *_type_str;
 
 private:
 
@@ -85,6 +86,7 @@ private:
     static void _setLatitude ( double latitude );
     static double _getLongitude();
     static double _getLatitude ();
+
 };