diff options
author | belugas <belugas@openttd.org> | 2009-03-12 01:35:27 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2009-03-12 01:35:27 +0000 |
commit | 3afcef02aada89264867117d5829e7e82c456a3e (patch) | |
tree | d8af2419ec387e2c9b13c00fe82caf219879a2cf | |
parent | 0ca15db98fc18e40ca43de6c4ee3ae4e36bc47b0 (diff) | |
download | openttd-3afcef02aada89264867117d5829e7e82c456a3e.tar.xz |
(svn r15679) -Cleanup: Little code-style application
-rw-r--r-- | src/town.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/town.h b/src/town.h index 3588de76a..ac7464e1f 100644 --- a/src/town.h +++ b/src/town.h @@ -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 |