X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FAircraft%2Faircraft.cxx;h=ba760a33ba96bdad702c2d2ab9818afb2499828b;hb=103114fd6674566c0b0017b48ec80a6fb78f7d37;hp=47292bc3240fa1ec5b85934d035ea7bc69d71efe;hpb=743379925e86e417a0c4677e29dee702a643f145;p=flightgear.git diff --git a/src/Aircraft/aircraft.cxx b/src/Aircraft/aircraft.cxx index 47292bc32..ba760a33b 100644 --- a/src/Aircraft/aircraft.cxx +++ b/src/Aircraft/aircraft.cxx @@ -16,13 +16,16 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // $Id$ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif -#include -#include // strdup +#include +#include // strdup #include @@ -31,8 +34,10 @@ #include #include #include +#include #include
+#include
#include
#include
#include @@ -222,12 +227,9 @@ fgLoadAircraft (const SGPropertyNode * arg) t = fgInitTime(); globals->set_time_params( t ); - // Reinitialize some subsystems - // globals->get_viewmgr()->reinit(); globals->get_controls()->reset_all(); globals->get_aircraft_model()->reinit(); - globals->get_subsystem("fx")->reinit(); globals->get_subsystem("xml-autopilot")->reinit(); fgReInitSubsystems();