author | tron |
Sat, 18 Dec 2004 18:19:49 +0000 | |
changeset 709 | 14af26156083 |
parent 708 | c456ebed2d8a |
child 710 | 2a13862fe86b |
station_cmd.c | file | annotate | diff | comparison | revisions |
--- a/station_cmd.c Sat Dec 18 18:13:37 2004 +0000 +++ b/station_cmd.c Sat Dec 18 18:19:49 2004 +0000 @@ -1682,8 +1682,7 @@ uint i; for (i = 0; i < afc->nof_depots; ++i) - DeleteWindowById(WC_VEHICLE_DEPOT, - tile + GetAirport(st->airport_type)->airport_depots[i]); + DeleteWindowById(WC_VEHICLE_DEPOT, tile + afc->airport_depots[i]); st->airport_tile = 0; st->facilities &= ~FACIL_AIRPORT;