X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FAIModel%2FAIStorm.cxx;h=a4241df465c2f3e17399dae1a0c687f3c5589a04;hb=f7cd808f2313a8b35165b44cbf805f2d57e2c567;hp=2a99b2c312000b6c29637df1c5dd8376746e8be4;hpb=747b1e11cc5dd80b204668011c8957c174db563c;p=flightgear.git diff --git a/src/AIModel/AIStorm.cxx b/src/AIModel/AIStorm.cxx index 2a99b2c31..a4241df46 100644 --- a/src/AIModel/AIStorm.cxx +++ b/src/AIModel/AIStorm.cxx @@ -22,7 +22,6 @@ # include #endif -#include #include
#include
#include @@ -31,12 +30,14 @@ #include #include -SG_USING_STD(string); +using std::string; #include "AIStorm.hxx" -FGAIStorm::FGAIStorm() : FGAIBase(otStorm) { +FGAIStorm::FGAIStorm() : + FGAIBase(otStorm, false) +{ delay = 3.6; subflashes = 1; timer = 0.0;