]> git.mxchange.org Git - flightgear.git/commit
remove the "ai_model" subsystem manually before the other subsystems
authormfranz <mfranz>
Sun, 11 Jun 2006 15:18:48 +0000 (15:18 +0000)
committermfranz <mfranz>
Sun, 11 Jun 2006 15:18:48 +0000 (15:18 +0000)
commit56d8181da3907eb159a591903c216fdce96fcb81
tree3e423a7e3c3586b0363fc5568cedd0a473648ea2
parent14fe03ba6fd65efdf3283fd692fe6347af722934
remove the "ai_model" subsystem manually before the other subsystems
are taken down by the C++ runtime environment. This will later be done
with runlevels. Why would we want to run nasal code in subsystem
destructors? We don't really. But some data structures may use nasal,
which are normally created/destroyed during runtime. And these will
also be destroyed at fgfs exit. In the past things like these didn't
happen, because someone had disabled all subsystem destructors ...
src/Main/util.cxx