X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FAIModel%2FAITanker.cxx;h=b123c4512edc7f74fdd355b3c7ecbd905e4310f5;hb=7e73a8788223c9c2af3c26435162e0667b412279;hp=6582e00e1c870d0069cba64d4edc27020872b513;hpb=0643b21baac1404bd037e5af8ec3865820644e62;p=flightgear.git diff --git a/src/AIModel/AITanker.cxx b/src/AIModel/AITanker.cxx index 6582e00e1..b123c4512 100644 --- a/src/AIModel/AITanker.cxx +++ b/src/AIModel/AITanker.cxx @@ -19,6 +19,9 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +#ifdef HAVE_CONFIG_H +# include +#endif #include "AITanker.hxx" @@ -53,7 +56,7 @@ void FGAITanker::setTACANChannelID(const string& id) { } void FGAITanker::Run(double dt) { - FGAIAircraft::Run(dt); + //FGAIAircraft::Run(dt); //###########################// // do calculations for radar // @@ -76,4 +79,4 @@ void FGAITanker::update(double dt) { FGAIAircraft::update(dt); Run(dt); Transform(); -} \ No newline at end of file +}