summaryrefslogtreecommitdiff
path: root/src/date_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2013-05-19 14:26:14 +0000
committerrubidium <rubidium@openttd.org>2013-05-19 14:26:14 +0000
commitbe4f85766c6c2d6adb0690d77de113b7dc88fc1e (patch)
treeb87c80dab41afdfb2991ce0aaf12ec87a92a6380 /src/date_type.h
parent39474532777a1f7beadfd940abf29292bc39879a (diff)
downloadopenttd-be4f85766c6c2d6adb0690d77de113b7dc88fc1e.tar.xz
(svn r25260) -Codechange: occasionally clear dead links and compress link graphs (fonsinchen)
Diffstat (limited to 'src/date_type.h')
-rw-r--r--src/date_type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/date_type.h b/src/date_type.h
index a004413a7..b20ace91e 100644
--- a/src/date_type.h
+++ b/src/date_type.h
@@ -33,6 +33,7 @@ static const int DAYS_IN_LEAP_YEAR = 366; ///< sometimes, you need one day more.
static const int STATION_RATING_TICKS = 185; ///< cycle duration for updating station rating
static const int STATION_ACCEPTANCE_TICKS = 250; ///< cycle duration for updating station acceptance
+static const int STATION_LINKGRAPH_TICKS = 504; ///< cycle duration for cleaning dead links
static const int CARGO_AGING_TICKS = 185; ///< cycle duration for aging cargo
static const int INDUSTRY_PRODUCE_TICKS = 256; ///< cycle duration for industry production
static const int TOWN_GROWTH_TICKS = 70; ///< cycle duration for towns trying to grow. (this originates from the size of the town array in TTD