]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AIShip.cxx
Interim windows build fix
[flightgear.git] / src / AIModel / AIShip.cxx
index d82c3963db4b708a5e0097f3f5a0d50a82d1e5fc..9ec3718bd3000ac9bee1fddb625a492d0c5afb0b 100644 (file)
@@ -37,6 +37,7 @@
 
 #include <simgear/scene/util/SGNodeMasks.hxx>
 #include <Scenery/scenery.hxx>
+#include <Main/globals.hxx>
 
 #include "AIShip.hxx"
 
@@ -155,8 +156,6 @@ void FGAIShip::bind() {
         SGRawValuePointer<double>(&tgt_speed));
     tie("controls/tgt-heading-degs",
         SGRawValuePointer<double>(&tgt_heading));
-    tie("controls/constants/rudder",
-        SGRawValuePointer<double>(&_rudder_constant));
     tie("controls/constants/roll-factor",
         SGRawValuePointer<double>(&_roll_factor));
     tie("controls/constants/roll",