Jim Wilson:
Also move tower when teleporting to a new airport.
This commit is contained in:
parent
f1d8d554d0
commit
8b3f0ad7cc
1 changed files with 3 additions and 0 deletions
|
@ -98,6 +98,9 @@ void AptDialog_OK (puObject *)
|
|||
fgSetPosFromAirportIDandHdg( AptId,
|
||||
cur_fdm_state->get_Psi() *
|
||||
SGD_RADIANS_TO_DEGREES);
|
||||
fgSetTowerPosFromAirportID( AptId,
|
||||
cur_fdm_state->get_Psi() *
|
||||
SGD_RADIANS_TO_DEGREES);
|
||||
// BusyCursor(0);
|
||||
fgReInitSubsystems();
|
||||
double visibility_meters =
|
||||
|
|
Loading…
Add table
Reference in a new issue