From 474b4799e8792d4b4bd00aee512327c682796d66 Mon Sep 17 00:00:00 2001 From: frosch Date: Sat, 21 May 2011 11:26:37 +0000 Subject: (svn r22482) -Codechange: Add some contants for the number of ticks between certain cyclical tasks. --- src/town.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/town.h') diff --git a/src/town.h b/src/town.h index d2f0ba143..0f6229a89 100644 --- a/src/town.h +++ b/src/town.h @@ -163,13 +163,6 @@ enum TownRatingCheckType { TOWN_RATING_CHECK_TYPE_COUNT, ///< Number of town checking action types. }; -/** - * This is the number of ticks between towns being processed for building new - * houses or roads. This value originally came from the size of the town array - * in TTD. - */ -static const byte TOWN_GROWTH_FREQUENCY = 70; - /** * This enum is used in conjunction with town->flags. * IT simply states what bit is used for. -- cgit v1.2.3-54-g00ecf