(svn r13758) -Fix (r13226): always use st->airport_tile, st->xy is different in many cases

This commit is contained in:
smatz
2008-07-20 15:50:41 +00:00
parent 6dfc596da1
commit 690859bf57
2 changed files with 21 additions and 22 deletions

View File

@@ -197,8 +197,4 @@ const AirportFTAClass *GetAirport(const byte airport_type);
*/
uint32 GetValidAirports();
/* Calculate the noise this type airport will generate */
uint8 GetAirportNoiseLevelForTown(const AirportFTAClass *afc, TileIndex town_tile, TileIndex tile);
#endif /* AIRPORT_H */