From c5c0a7dcf3d728aa051bc3f38c2b0df29448aae7 Mon Sep 17 00:00:00 2001 From: Thomas Geymayer Date: Sat, 12 Jul 2014 11:54:47 +0200 Subject: [PATCH] AIShip: remove duplicate property tie. --- src/AIModel/AIShip.cxx | 2 -- 1 file changed, 2 deletions(-) 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", -- 2.39.5