]> git.mxchange.org Git - flightgear.git/commit
Introduce some structure in fgMainLoop.
authorThorstenB <brehmt@gmail.com>
Sun, 20 Nov 2011 15:20:05 +0000 (16:20 +0100)
committerThorstenB <brehmt@gmail.com>
Sun, 20 Nov 2011 15:21:15 +0000 (16:21 +0100)
commite1c1a28288183236d2244b15cd494276e94fe59c
treeff3e60124109311923d5b0caab59288a575fbbdb
parent04395fa9a5e2e1fe82652666252f597f51de3ebd
Introduce some structure in fgMainLoop.
- Move some code to sub functions.
- Make sound manager a subsystem-manager member (and make sure it's
still processed last).
src/Main/fg_init.cxx
src/Main/globals.cxx
src/Main/globals.hxx
src/Main/main.cxx