]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AIStorm.cxx
Overhaul the ground-net / parking code.
[flightgear.git] / src / AIModel / AIStorm.cxx
index fded8012d9ef85e4ed623c4bd0adb2cda146d860..a4241df465c2f3e17399dae1a0c687f3c5589a04 100644 (file)
@@ -35,7 +35,9 @@ using std::string;
 #include "AIStorm.hxx"
 
 
-FGAIStorm::FGAIStorm() : FGAIBase(otStorm) {
+FGAIStorm::FGAIStorm() :
+   FGAIBase(otStorm, false)
+{
    delay = 3.6;
    subflashes = 1;
    timer = 0.0;