X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2Fkt_70.cxx;h=ec48bf84d946aebdc870b24b0680536d84f4664e;hb=0a5e86f4e61a80ff19b78de011852a7b60250b7a;hp=671c61af73d7e3fbb59f636fe0065be60e42eac6;hpb=632f5993f79cd034555d0e5432f1486948a181ca;p=flightgear.git diff --git a/src/Instrumentation/kt_70.cxx b/src/Instrumentation/kt_70.cxx index 671c61af7..ec48bf84d 100644 --- a/src/Instrumentation/kt_70.cxx +++ b/src/Instrumentation/kt_70.cxx @@ -16,7 +16,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // $Id$ @@ -32,8 +32,6 @@ #include #include -#include - #include "kt_70.hxx" @@ -231,13 +229,15 @@ void FGKT_70::update( double dt ) { if ( func_knob == 1 ) { sby_ann = true; - } else if ( func_knob == 2 ) { + } else if ( func_knob == 2 ) { // selftest fl_ann = true; alt_ann = true; gnd_ann = true; on_ann = true; sby_ann = true; reply_ann = true; + id_code = 8888; + flight_level = 888; } else if ( func_knob == 3 ) { fl_ann = true; gnd_ann = true;