1
0
Fork 0

Remove clouds dialog from multikey

The dialog is gone, use Global-Weather instead.
This commit is contained in:
Torsten Dreyer 2010-10-07 18:00:32 +02:00
parent 0fcc99d9a3
commit 50287bdee7

View file

@ -89,16 +89,6 @@
</binding> </binding>
</key> </key>
<key n="99">
<name>c</name>
<desc>Clouds</desc>
<exit/>
<binding>
<command>dialog-show</command>
<dialog-name>clouds</dialog-name>
</binding>
</key>
<key n="102"> <key n="102">
<name>f</name> <name>f</name>
<desc>Fuel and Payload</desc> <desc>Fuel and Payload</desc>
@ -241,7 +231,6 @@
<command>nasal</command> <command>nasal</command>
<script> <script>
setprop("/environment/weather-scenario", "Fair weather"); setprop("/environment/weather-scenario", "Fair weather");
setprop("/environment/rebuild-layers", getprop("/environment/rebuild-layers") + 1);
</script> </script>
</binding> </binding>
</key> </key>
@ -253,7 +242,6 @@
<command>nasal</command> <command>nasal</command>
<script> <script>
setprop("/environment/weather-scenario", "METAR"); setprop("/environment/weather-scenario", "METAR");
setprop("/environment/rebuild-layers", getprop("/environment/rebuild-layers") + 1);
</script> </script>
</binding> </binding>
</key> </key>
@ -265,7 +253,6 @@
<command>nasal</command> <command>nasal</command>
<script> <script>
setprop("/environment/weather-scenario", "none"); setprop("/environment/weather-scenario", "none");
setprop("/environment/rebuild-layers", getprop("/environment/rebuild-layers") + 1);
</script> </script>
</binding> </binding>
</key> </key>
@ -277,7 +264,6 @@
<command>nasal</command> <command>nasal</command>
<script> <script>
setprop("/environment/weather-scenario", "Thunderstorm"); setprop("/environment/weather-scenario", "Thunderstorm");
setprop("/environment/rebuild-layers", getprop("/environment/rebuild-layers") + 1);
</script> </script>
</binding> </binding>
</key> </key>