Swap master alternator and battery switches.
This commit is contained in:
parent
4d09ba71a4
commit
dbeb3af2f6
1 changed files with 2 additions and 2 deletions
|
@ -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] );
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue