A3XX: Fix some APU bugs #85
This commit is contained in:
parent
a04fd36db0
commit
a617e9e1ac
3 changed files with 3 additions and 3 deletions
|
@ -5468,7 +5468,7 @@
|
|||
</condition>
|
||||
<command>nasal</command>
|
||||
<script>
|
||||
if (getprop("/controls/APU/master") == 1) {
|
||||
if (getprop("/controls/APU/master") == 1 and getprop("/controls/APU/start") != 1) {
|
||||
setprop("/controls/APU/start", 1);
|
||||
}
|
||||
</script>
|
||||
|
|
|
@ -330,7 +330,7 @@ setlistener("/controls/APU/start", func {
|
|||
apu_egt_checkt.start();
|
||||
} else if (getprop("/systems/acconfig/autoconfig-running") == 1) {
|
||||
interpolate("/systems/apu/rpm", apu_max, 5);
|
||||
interpolate("/systems/apu/egt", apu_egt_max, 5);
|
||||
interpolate("/systems/apu/egt", apu_egt_min, 5);
|
||||
}
|
||||
} else if (getprop("/controls/APU/master") == 0) {
|
||||
apu_egt_checkt.stop();
|
||||
|
|
|
@ -1 +1 @@
|
|||
3062
|
||||
3063
|
Reference in a new issue