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 | 7f650197d75fd577717f652522cfc9c2b5931ef4 (patch) | |
tree | d8af2419ec387e2c9b13c00fe82caf219879a2cf /src | |
parent | f67e2a41ceed76590e7021a786404b974a1d70e0 (diff) | |
download | openttd-7f650197d75fd577717f652522cfc9c2b5931ef4.tar.xz |
(svn r15679) -Cleanup: Little code-style application
Diffstat (limited to 'src')
-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 |