]> git.mxchange.org Git - flightgear.git/commit
Fixed init-order bug that caused c172-set.xml defaults always to be
authordavid <david>
Thu, 10 Oct 2002 18:39:52 +0000 (18:39 +0000)
committerdavid <david>
Thu, 10 Oct 2002 18:39:52 +0000 (18:39 +0000)
commit76cda01641d3176fa1de985be84fdc3462f1b248
tree7bea0cf082fa33c33ed14e1c9328a409d25b2e40
parente8db622ce18ef98d482af528200f26e3bdc0e070
Fixed init-order bug that caused c172-set.xml defaults always to be
used unless explicitly overwritten.  Now, the options are parsed
twice, and only the *-set.xml file for the *last* aircraft specified
is loaded.
src/Main/fg_init.cxx
src/Main/options.cxx