Reinstate the check for aircraft that are under tower control.
This commit is contained in:
parent
7d6b4d139c
commit
63151fd579
1 changed files with 1 additions and 2 deletions
|
@ -710,8 +710,6 @@ void FGGroundNetwork::checkSpeedAdjustment(int id, double lat,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//Check traffic at the tower controller
|
//Check traffic at the tower controller
|
||||||
// Note, as of 2011-08-01, this should no longer be necessecary.
|
|
||||||
/*
|
|
||||||
if (towerController->hasActiveTraffic()) {
|
if (towerController->hasActiveTraffic()) {
|
||||||
for (TrafficVectorIterator i =
|
for (TrafficVectorIterator i =
|
||||||
towerController->getActiveTraffic().begin();
|
towerController->getActiveTraffic().begin();
|
||||||
|
@ -734,6 +732,7 @@ void FGGroundNetwork::checkSpeedAdjustment(int id, double lat,
|
||||||
}
|
}
|
||||||
// Finally, check UserPosition
|
// Finally, check UserPosition
|
||||||
// Note, as of 2011-08-01, this should no longer be necessecary.
|
// Note, as of 2011-08-01, this should no longer be necessecary.
|
||||||
|
/*
|
||||||
double userLatitude = fgGetDouble("/position/latitude-deg");
|
double userLatitude = fgGetDouble("/position/latitude-deg");
|
||||||
double userLongitude = fgGetDouble("/position/longitude-deg");
|
double userLongitude = fgGetDouble("/position/longitude-deg");
|
||||||
SGGeod user(SGGeod::fromDeg(userLongitude, userLatitude));
|
SGGeod user(SGGeod::fromDeg(userLongitude, userLatitude));
|
||||||
|
|
Loading…
Add table
Reference in a new issue