(svn r15679) -Cleanup: Little code-style application
This commit is contained in:
		| @@ -254,10 +254,10 @@ void ExpandTown(Town *t); | |||||||
| Town *CreateRandomTown(uint attempts, TownSize size, bool city, TownLayout layout); | Town *CreateRandomTown(uint attempts, TownSize size, bool city, TownLayout layout); | ||||||
|  |  | ||||||
| enum { | enum { | ||||||
| 	ROAD_REMOVE = 0, | 	ROAD_REMOVE         = 0, | ||||||
| 	UNMOVEABLE_REMOVE = 1, | 	UNMOVEABLE_REMOVE   = 1, | ||||||
| 	TUNNELBRIDGE_REMOVE = 1, | 	TUNNELBRIDGE_REMOVE = 1, | ||||||
| 	INDUSTRY_REMOVE = 2 | 	INDUSTRY_REMOVE     = 2 | ||||||
| }; | }; | ||||||
|  |  | ||||||
| /** 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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 belugas
					belugas