Move DMC, comment in ATC
This commit is contained in:
parent
d01d2280e1
commit
6d806db28e
3 changed files with 2 additions and 2 deletions
|
@ -1933,7 +1933,7 @@
|
|||
<file>Aircraft/A320-family/Nasal/Panels/atc.nas</file>
|
||||
</atc>
|
||||
<dmc>
|
||||
<file>Aircraft/A320-family/Nasal/Systems/DMC.nas</file>
|
||||
<file>Aircraft/A320-family/Nasal/Displays/DMC.nas</file>
|
||||
</dmc>
|
||||
<Dialogs>
|
||||
<file>Aircraft/A320-family/gui/dialogs/refuel.nas</file>
|
||||
|
|
|
@ -28,7 +28,7 @@ var Transponder = {
|
|||
ac1Node: props.globals.getNode("/systems/electrical/bus/ac-1", 1),
|
||||
tcasNode: props.globals.getNode("/instrumentation/tcas/inputs/mode"),
|
||||
aglNode: props.globals.getNode("/position/gear-agl-ft", 1),
|
||||
electricNode: props.globals.getNode("/systems/electrical/outputs/transponder", 1),
|
||||
electricNode: props.globals.getNode("/systems/electrical/outputs/transponder", 1), # communicate to generic systems
|
||||
new: func(elecSrc, ADIRS) {
|
||||
var t = {parents:[Transponder]};
|
||||
t.mode = 1;
|
||||
|
|
Loading…
Reference in a new issue