X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FAIModel%2FAIStorm.cxx;h=fded8012d9ef85e4ed623c4bd0adb2cda146d860;hb=ae50c054a9007b98f1a8dafe6d589d0b4cab8873;hp=51e79e31cc4b5795ac3f6a6d018b1bb4834ec1c9;hpb=e7ed073c6832b419e2602b0f88a75e3aa1ef81b0;p=flightgear.git diff --git a/src/AIModel/AIStorm.cxx b/src/AIModel/AIStorm.cxx index 51e79e31c..fded8012d 100644 --- a/src/AIModel/AIStorm.cxx +++ b/src/AIModel/AIStorm.cxx @@ -22,7 +22,6 @@ # include #endif -#include #include
#include
#include @@ -31,7 +30,7 @@ #include #include -SG_USING_STD(string); +using std::string; #include "AIStorm.hxx" @@ -74,8 +73,8 @@ void FGAIStorm::readFromScenario(SGPropertyNode* scFileNode) { setStrengthNorm(scFileNode->getDoubleValue("strength-norm", 1.0)); } -bool FGAIStorm::init() { - return FGAIBase::init(); +bool FGAIStorm::init(bool search_in_AI_path) { + return FGAIBase::init(search_in_AI_path); } void FGAIStorm::bind() {