Sim: Strobe now set properly by acconfig
This commit is contained in:
parent
c332f146db
commit
5ec712d407
2 changed files with 2 additions and 2 deletions
|
@ -464,7 +464,7 @@ var takeoff = func {
|
|||
var eng_one_chk_c = setlistener("/engines/engine[0]/state", func {
|
||||
if (getprop("/engines/engine[0]/state") == 3) {
|
||||
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/landing-lights[1]", 1);
|
||||
setprop("/controls/lighting/landing-lights[2]", 1);
|
||||
|
|
|
@ -1 +1 @@
|
|||
4755
|
||||
4756
|
Reference in a new issue