From 7f650197d75fd577717f652522cfc9c2b5931ef4 Mon Sep 17 00:00:00 2001 From: belugas Date: Thu, 12 Mar 2009 01:35:27 +0000 Subject: [PATCH] (svn r15679) -Cleanup: Little code-style application --- src/town.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/town.h b/src/town.h index 3588de76a3..ac7464e1fd 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