Sim: Strobe now set properly by acconfig

This commit is contained in:
Joshua Davidson 2019-02-10 18:13:55 -05:00
parent c332f146db
commit 5ec712d407
2 changed files with 2 additions and 2 deletions

View file

@ -464,7 +464,7 @@ var takeoff = func {
var eng_one_chk_c = setlistener("/engines/engine[0]/state", func { var eng_one_chk_c = setlistener("/engines/engine[0]/state", func {
if (getprop("/engines/engine[0]/state") == 3) { if (getprop("/engines/engine[0]/state") == 3) {
removelistener(eng_one_chk_c); removelistener(eng_one_chk_c);
setprop("/controls/lighting/strobe", 1); setprop("/controls/switches/strobe", 0.5);
setprop("/controls/lighting/taxi-light-switch", 1); setprop("/controls/lighting/taxi-light-switch", 1);
setprop("/controls/lighting/landing-lights[1]", 1); setprop("/controls/lighting/landing-lights[1]", 1);
setprop("/controls/lighting/landing-lights[2]", 1); setprop("/controls/lighting/landing-lights[2]", 1);

View file

@ -1 +1 @@
4755 4756