]> git.mxchange.org Git - flightgear.git/commitdiff
Swap master alternator and battery switches.
authorcurt <curt>
Tue, 27 May 2003 19:27:01 +0000 (19:27 +0000)
committercurt <curt>
Tue, 27 May 2003 19:27:01 +0000 (19:27 +0000)
src/Network/atc610x.cxx

index 570a603307a70a777e2e64fb85fa73dd0583c06a..70cf20cbcc3692b8d81c0f4eb57ebf38092adfff 100644 (file)
@@ -1742,8 +1742,8 @@ bool FGATC610x::do_switches() {
     update_switch_matrix( board, switch_data, switch_matrix );
 
     // master switches
-    fgSetBool( "/controls/switches/master-bat", switch_matrix[board][4][1] );
-    fgSetBool( "/controls/switches/master-alt", switch_matrix[board][5][1] );
+    fgSetBool( "/controls/switches/master-bat", switch_matrix[board][5][1] );
+    fgSetBool( "/controls/switches/master-alt", switch_matrix[board][4][1] );
     fgSetBool( "/controls/switches/master-avionics",
                switch_matrix[board][0][3] );