Best practice
This commit is contained in:
parent
e38fb0c440
commit
6657e35a52
1 changed files with 1 additions and 1 deletions
|
@ -403,7 +403,7 @@ void FGATCManager::update ( double time ) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// update the active ATC stations
|
// update the active ATC stations
|
||||||
for (AtcVecIterator atc = activeStations.begin(); atc != activeStations.end(); atc++) {
|
for (AtcVecIterator atc = activeStations.begin(); atc != activeStations.end(); ++atc) {
|
||||||
(*atc)->update(time);
|
(*atc)->update(time);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue