I noticed that with the mode selector set LOC NORM, if you turned off the ALT to use PITCH to do a step-down, and then went back to ALT on, the GS would never be acquired. This one-line patch fixes this problem that affected both the pa24-250 and the SenecaII. Would someone please commit this patch.

? Generic.diff
Index: century3.nas
===================================================================
RCS file: /var/cvs/FlightGear-0.9/data/Aircraft/Generic/century3.nas,v
retrieving revision 1.2
diff -u -p -r1.2 century3.nas
--- century3.nas	25 Nov 2007 20:43:43 -0000	1.2
+++ century3.nas	27 Dec 2007 15:15:08 -0000
@@ -685,6 +685,7 @@ var altButton = func(switch_on) {
     if ( getprop(enableAutoTrim) ) {
        settingAutoPitchTrim.setDoubleValue(1);
     }
+    apModeControlsSet();
   } else {
     lockAltHold.setBoolValue(0);
     lockPitchAxis.setBoolValue(0);
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Flightgear-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to