From d3b7b89493e025654d218fb77da095649b4f6ba2 Mon Sep 17 00:00:00 2001 From: michi_cc Date: Sat, 3 Dec 2011 23:40:46 +0000 Subject: (svn r23415) -Feature: Infrastructure maintenance costs. --- src/settings_type.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/settings_type.h') diff --git a/src/settings_type.h b/src/settings_type.h index b1d622844..6562cb365 100644 --- a/src/settings_type.h +++ b/src/settings_type.h @@ -416,6 +416,7 @@ struct EconomySettings { bool station_noise_level; ///< build new airports when the town noise level is still within accepted limits uint16 town_noise_population[3]; ///< population to base decision on noise evaluation (@see town_council_tolerance) bool allow_town_level_crossings; ///< towns are allowed to build level crossings + bool infrastructure_maintenance; ///< enable monthly maintenance fee for owner infrastructure }; /** Settings related to stations. */ -- cgit v1.2.3-54-g00ecf