1
0
Fork 0

Remove reference to 'old ATIS' from reposition.

This commit is contained in:
James Turner 2014-03-05 15:16:07 +00:00
parent 41567d8fc8
commit 6493975913

View file

@ -984,9 +984,7 @@ void fgStartReposition()
// need to reset aircraft (systems/instruments) so they can adapt to current environment
globals->get_subsystem("systems")->reinit();
globals->get_subsystem("instrumentation")->reinit();
globals->get_subsystem("ATIS")->reinit();
// setup state to end re-init
fgSetBool("/sim/signals/reinit", false);
if ( !freeze ) {