]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AIShip.hxx
Add a small bit of nan/fpe protection. It's possible that this routine
[flightgear.git] / src / AIModel / AIShip.hxx
index c240dabf363a74e90128c045533518d3596e57ab..e7bda357044546f3d53f51fb962709be296a1a43 100644 (file)
@@ -42,7 +42,7 @@ public:
     virtual void unbind();
     virtual void update(double dt);
     void setFlightPlan(FGAIFlightPlan* f);
-    void setName(const string&);
+//    void setName(const string&);
     void setRudder(float r);
     void setRoll(double rl);
     void ProcessFlightPlan( double dt);
@@ -87,7 +87,7 @@ public:
 
 protected:
 
-    string _name; // The name of this ship.
+//    string _name; // The name of this ship.
 
 private: