diff options
-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 |