Remove reference to 'old ATIS' from reposition.
This commit is contained in:
parent
41567d8fc8
commit
6493975913
1 changed files with 1 additions and 3 deletions
|
@ -984,9 +984,7 @@ void fgStartReposition()
|
||||||
// need to reset aircraft (systems/instruments) so they can adapt to current environment
|
// need to reset aircraft (systems/instruments) so they can adapt to current environment
|
||||||
globals->get_subsystem("systems")->reinit();
|
globals->get_subsystem("systems")->reinit();
|
||||||
globals->get_subsystem("instrumentation")->reinit();
|
globals->get_subsystem("instrumentation")->reinit();
|
||||||
|
|
||||||
globals->get_subsystem("ATIS")->reinit();
|
|
||||||
|
|
||||||
// setup state to end re-init
|
// setup state to end re-init
|
||||||
fgSetBool("/sim/signals/reinit", false);
|
fgSetBool("/sim/signals/reinit", false);
|
||||||
if ( !freeze ) {
|
if ( !freeze ) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue