]> git.mxchange.org Git - flightgear.git/commit
Make FGControls behave like normal subsystem.
authorJames Turner <zakalawe@mac.com>
Fri, 28 Sep 2012 14:32:31 +0000 (15:32 +0100)
committerJames Turner <zakalawe@mac.com>
Fri, 28 Sep 2012 14:32:31 +0000 (15:32 +0100)
commitcd7a02ca6927d31af2a64ff787e35893146df13b
tree133d8384f68ddd68f9dda8101c80b1cbeb0fa49e
parent65f28817700c9ec208474c0ff92b650932131c36
Make FGControls behave like normal subsystem.

FGControls create/init/bind order was incorrect, causing initial property tree state to get over-written. Restructure the code so bind() sees correct values.
src/Aircraft/controls.cxx
src/Aircraft/controls.hxx