1
0
Fork 0

fix property name (I had changed that in the environment files, and

apparently missed this instance when I searched for its use)
This commit is contained in:
mfranz 2006-08-18 15:50:53 +00:00
parent 8a31fbaae4
commit 3f9bdb62ab

View file

@ -166,7 +166,7 @@ startTutorial = func {
}
# Pick up any weather conditions/scenarios set
setprop("/environment/rebuild_layers", getprop("/environment/rebuild_layers")+1);
setprop("/environment/rebuild-layers", getprop("/environment/rebuild-layers")+1);
# Set the timer to start the first tutorial step
settimer(stepTutorial, STEP_TIME);