]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AIBallistic.cxx
Make the AI models a bit more intelligent. The Gear should be extended and retracted...
[flightgear.git] / src / AIModel / AIBallistic.cxx
index 6a0866856a7fcfaa1d8bb801e4125cef13403a56..86703da9c6065e471369d5ae235865aca3de0a07 100644 (file)
@@ -28,6 +28,7 @@
 
 
 FGAIBallistic::FGAIBallistic() {
+    _type_str = "ballistic";
 }
 
 FGAIBallistic::~FGAIBallistic() {