Bug:
AP won't do GS arm (and GS lock) when switching to APR mode from ROL mode.

Fix:
In the last lines of function "apr_arm_from_rol" change:
-setprop(Locks, "roll-arm", "gs-arm");
+setprop(Locks, "pitch-arm", "gs-arm");

In Aircraft/c172p/kap140.nas and the identical Aircraft/c182/kap140.nas,
this is line 799. In Aircraft/pa-24-250/kap140.nas, it's line 840.
Assigning roll-arm with "gs-arm" doesn't seem to make any sense, so I guess
it's just a typo there.

(Why are there three copies of essentially the same file anyway? The pa24
version is extended with checks for power supply voltage.)

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to