Correction for comment and indents as spaces

main
PlayeRom 2 years ago
parent 93a0d6f46d
commit 6cd64a486a

@ -6,10 +6,10 @@
<mode>looped</mode> <mode>looped</mode>
<path>Croisiere_int_2.wav</path> <path>Croisiere_int_2.wav</path>
<condition> <condition>
<and> <and>
<property>/addons/by-id/org.flightgear.addons.Aerotow/addon-devel/sound/enable</property> <property>/addons/by-id/org.flightgear.addons.Aerotow/addon-devel/sound/enable</property>
<property>/sim/current-view/internal</property> <property>/sim/current-view/internal</property>
</and> </and>
</condition> </condition>
<volume> <volume>
<offset>-0.80</offset> <offset>-0.80</offset>
@ -24,17 +24,17 @@
<reference-dist>150.0</reference-dist> <reference-dist>150.0</reference-dist>
<max-dist>5000.0</max-dist> <max-dist>5000.0</max-dist>
</engine> </engine>
<engine> <engine>
<name>engineEXT</name> <name>engineEXT</name>
<mode>looped</mode> <mode>looped</mode>
<path>Croisiere_ext_2.wav</path> <path>Croisiere_ext_2.wav</path>
<condition> <condition>
<and> <and>
<property>/addons/by-id/org.flightgear.addons.Aerotow/addon-devel/sound/enable</property> <property>/addons/by-id/org.flightgear.addons.Aerotow/addon-devel/sound/enable</property>
<not> <not>
<property>/sim/current-view/internal</property> <property>/sim/current-view/internal</property>
</not> </not>
</and> </and>
</condition> </condition>
<volume> <volume>
<offset>-0.80</offset> <offset>-0.80</offset>

@ -194,7 +194,7 @@ var FlightPlan = {
# #
# Generate the XML file with the flight plane for our plane for AI scenario. # Generate the XML file with the flight plane for our plane for AI scenario.
# The file will be stored to $HOME/Export/Addons/org.flightgear.addons.Aerotow/AI/FlightPlans/aerotown-addon-flightplan.xml. # The file will be stored to $FG_HOME/Export/Addons/org.flightgear.addons.Aerotow/AI/FlightPlans/aerotown-addon-flightplan.xml.
# #
# Return true on successful, otherwise false. # Return true on successful, otherwise false.
# #

Loading…
Cancel
Save