diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/town_type.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/town_type.h b/src/town_type.h index 8a555a7c0..0127d92ed 100644 --- a/src/town_type.h +++ b/src/town_type.h @@ -51,9 +51,6 @@ enum { RATING_TUNNEL_BRIDGE_DOWN_STEP = -250, RATING_TUNNEL_BRIDGE_MINIMUM = 0, - RATING_INDUSTRY_DOWN_STEP = -1500, - RATING_INDUSTRY_MINIMUM = RATING_MINIMUM, - RATING_ROAD_DOWN_STEP_INNER = -50, ///< removing a roadpiece in the middle RATING_ROAD_DOWN_STEP_EDGE = -18, ///< removing a roadpiece at the edge RATING_ROAD_MINIMUM = -100, |