1
0
Fork 0

Adjust local weather updraft property name

This commit is contained in:
Torsten Dreyer 2011-08-03 14:31:32 +02:00
parent 925269ba95
commit 7937b78c80
2 changed files with 2 additions and 6 deletions

View file

@ -133,7 +133,7 @@
<sum>
<property>/environment/thermal-lift-fps</property>
<property>/environment/ridge-lift-fps</property>
<property>/environment/local-weather-lift</property>
<property>/environment/local-weather-lift-fps</property>
</sum>
</expression>
</input>

View file

@ -226,11 +226,7 @@ settimer( func {visibility_loop(); },0);
####################################
var setLift = func (lift) {
if (features.can_disable_environment == 1)
{
setprop("/environment/wind-from-down-fps",lift);
}
setprop("/environment/local-weather-lift-fps",lift);
}
####################################