src/station_type.h
branchnoai
changeset 10715 6bdf79ffb022
parent 9837 c9ec4f82e0d0
child 10776 07203fc29812
--- a/src/station_type.h	Mon May 26 11:36:42 2008 +0000
+++ b/src/station_type.h	Mon May 26 13:52:59 2008 +0000
@@ -57,7 +57,7 @@
 	CA_TRAIN           =  4,
 	CA_DOCK            =  5,
 
-	CA_UNMODIFIED      =  4, ///< Used when _patches.modified_catchment is false
+	CA_UNMODIFIED      =  4, ///< Used when _settings.station.modified_catchment is false
 
 	MAX_CATCHMENT      = 10, ///< Airports have a catchment up to this number.
 };