]> git.mxchange.org Git - flightgear.git/commit
save some startup parameters under /sim/startup/options/. options.cxx puts
authormfranz <mfranz>
Sun, 7 Oct 2007 19:27:05 +0000 (19:27 +0000)
committermfranz <mfranz>
Sun, 7 Oct 2007 19:27:05 +0000 (19:27 +0000)
commit79fec97f9f2fdb9f1986d0592e77be2e5186bb92
treeb7edfab8e938f9696a12f901032f320b163badb7
parent75383a3996d6ed028a68a79926ac9aef5501d281
save some startup parameters under /sim/startup/options/. options.cxx puts
them under /sim/presets/ but they aren't save there, and as fgInitPosition
and its subroutines overwrite them, we lose the information about what the
user really wanted. This is a temporary solution -- it really belongs into
options.cxx.
src/Main/fg_init.cxx