src/station.h
changeset 7498 16bf3e859669
parent 7496 49cec492627b
child 7545 d44e19c5671e
--- a/src/station.h	Thu Aug 30 21:11:12 2007 +0000
+++ b/src/station.h	Fri Aug 31 12:45:21 2007 +0000
@@ -222,7 +222,9 @@
 	CA_BUS             =  3,
 	CA_TRUCK           =  3,
 	CA_TRAIN           =  4,
-	CA_DOCK            =  5
+	CA_DOCK            =  5,
+
+	MAX_CATCHMENT      = 10, ///< Airports have a catchment up to this number.
 };
 
 void ModifyStationRatingAround(TileIndex tile, PlayerID owner, int amount, uint radius);