]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AIBase.hxx
Set the format default to float instead of int.
[flightgear.git] / src / AIModel / AIBase.hxx
index 5cc92b5b4e8dff6358d85b8219d48b1f4b5d8c32..190500d3ac0203f223d336078b36bc6cef5499eb 100644 (file)
@@ -38,10 +38,10 @@ typedef struct {
    string callsign;
 
    // can be aircraft, ship, storm, thermal or ballistic
-   const char* m_type;
-   const char* m_class;
-   const char* path;
-   const char* flightplan;
+   string m_type;
+   string m_class;
+   string path;
+   string flightplan;
 
    FGAIFlightPlan *fp;