]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AIShip.cxx
Make the AI models a bit more intelligent. The Gear should be extended and retracted...
[flightgear.git] / src / AIModel / AIShip.cxx
index 3f27e35d7a0a42aa5319889670c3fc000f384d04..bd9ebb09fbdf177baa998967757e3ba2ae5d0684 100644 (file)
@@ -30,6 +30,7 @@
 FGAIShip::FGAIShip() {
    hdg_lock = false;
    rudder = 0.0;
+   _type_str = "ship";
 }
 
 FGAIShip::~FGAIShip() {