mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-02 20:34:41 +00:00
(svn r15679) -Cleanup: Little code-style application
This commit is contained in:
parent
f67e2a41ce
commit
7f650197d7
@ -254,10 +254,10 @@ void ExpandTown(Town *t);
|
||||
Town *CreateRandomTown(uint attempts, TownSize size, bool city, TownLayout layout);
|
||||
|
||||
enum {
|
||||
ROAD_REMOVE = 0,
|
||||
UNMOVEABLE_REMOVE = 1,
|
||||
ROAD_REMOVE = 0,
|
||||
UNMOVEABLE_REMOVE = 1,
|
||||
TUNNELBRIDGE_REMOVE = 1,
|
||||
INDUSTRY_REMOVE = 2
|
||||
INDUSTRY_REMOVE = 2
|
||||
};
|
||||
|
||||
/** This is the number of ticks between towns being processed for building new
|
||||
|
Loading…
Reference in New Issue
Block a user