mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-05 10:47:27 +01:00
(svn r19399) -Doc: Doxyment enum TownRatingCheckType.
This commit is contained in:
parent
86f14f8e72
commit
7134201524
@ -153,10 +153,13 @@ void InitializeTown();
|
|||||||
void ShowTownViewWindow(TownID town);
|
void ShowTownViewWindow(TownID town);
|
||||||
void ExpandTown(Town *t);
|
void ExpandTown(Town *t);
|
||||||
|
|
||||||
|
/** Action types that a company must ask permission for to a town authority.
|
||||||
|
* @see CheckforTownRating
|
||||||
|
*/
|
||||||
enum TownRatingCheckType {
|
enum TownRatingCheckType {
|
||||||
ROAD_REMOVE = 0,
|
ROAD_REMOVE = 0, ///< Removal of a road owned by the town.
|
||||||
TUNNELBRIDGE_REMOVE = 1,
|
TUNNELBRIDGE_REMOVE = 1, ///< Removal of a tunnel or bridge owned by the towb.
|
||||||
TOWN_RATING_CHECK_TYPE_COUNT,
|
TOWN_RATING_CHECK_TYPE_COUNT, ///< Number of town checking action types.
|
||||||
};
|
};
|
||||||
|
|
||||||
/** This is the number of ticks between towns being processed for building new
|
/** This is the number of ticks between towns being processed for building new
|
||||||
|
Loading…
Reference in New Issue
Block a user