(svn r22482) -Codechange: Add some contants for the number of ticks between certain cyclical tasks.

This commit is contained in:
frosch
2011-05-21 11:26:37 +00:00
parent 2447efdefd
commit 474b4799e8
7 changed files with 15 additions and 15 deletions

View File

@@ -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.