From: Thomas Geymayer Date: Sat, 12 Jul 2014 09:54:47 +0000 (+0200) Subject: AIShip: remove duplicate property tie. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c5c0a7dcf3d728aa051bc3f38c2b0df29448aae7;p=flightgear.git AIShip: remove duplicate property tie. --- diff --git a/src/AIModel/AIShip.cxx b/src/AIModel/AIShip.cxx index d82c3963d..caea12660 100644 --- a/src/AIModel/AIShip.cxx +++ b/src/AIModel/AIShip.cxx @@ -155,8 +155,6 @@ void FGAIShip::bind() { SGRawValuePointer(&tgt_speed)); tie("controls/tgt-heading-degs", SGRawValuePointer(&tgt_heading)); - tie("controls/constants/rudder", - SGRawValuePointer(&_rudder_constant)); tie("controls/constants/roll-factor", SGRawValuePointer(&_roll_factor)); tie("controls/constants/roll",