(svn r22482) -Codechange: Add some contants for the number of ticks between certain cyclical tasks.
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user