diff --git a/Input/Joysticks/ThrustMaster/Warthog-Stick.xml b/Input/Joysticks/ThrustMaster/Warthog-Stick.xml index 7cc8db36d..416f43c6f 100644 --- a/Input/Joysticks/ThrustMaster/Warthog-Stick.xml +++ b/Input/Joysticks/ThrustMaster/Warthog-Stick.xml @@ -27,11 +27,6 @@ } } - load_overlay("generic.xml"); - if (is_helicopter) - load_overlay("helicopter.xml"); - load_overlay(getprop("/sim/aircraft") ~ ".xml"); - foreach (var b; this.getChildren("button")) { if (b.getAttribute("children") == 1) { var name = b.getNode("name", 1).getValue() or "??"; @@ -44,13 +39,18 @@ setlistener(_, func(n) mod = n.getValue()); var trimstep = 0.75; + + load_overlay("generic.xml"); + if (is_helicopter) + load_overlay("helicopter.xml"); + load_overlay(getprop("/sim/aircraft") ~ ".xml"); X-axis aileron - 0.0001 + 0.00001 property-scale /controls/flight/aileron @@ -60,7 +60,7 @@ Y-axis elevator - 0.0001 + 0.00001 property-scale /controls/flight/elevator @@ -127,7 +127,7 @@