]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/kt_70.cxx
remove old .cvsignore files
[flightgear.git] / src / Instrumentation / kt_70.cxx
index 671c61af73d7e3fbb59f636fe0065be60e42eac6..ec48bf84d946aebdc870b24b0680536d84f4664e 100644 (file)
@@ -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 <simgear/compiler.h>
 #include <simgear/math/sg_random.h>
 
-#include <Aircraft/aircraft.hxx>
-
 #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;