summaryrefslogtreecommitdiff
path: root/src/town.h
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-02-05 13:33:37 +0000
committersmatz <smatz@openttd.org>2009-02-05 13:33:37 +0000
commitf561fa2891769c865042c5042ee6de06318f2403 (patch)
tree3b80add82b9175070842f4d336bc64e767ee0ed5 /src/town.h
parentf30961b5ab4524903d7621b500ae780d0b10595a (diff)
downloadopenttd-f561fa2891769c865042c5042ee6de06318f2403.tar.xz
(svn r15352) -Codechange: make the arguments passed around while founding a town a bit more readable
Diffstat (limited to 'src/town.h')
-rw-r--r--src/town.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/town.h b/src/town.h
index c90d74a23..9d0240c5d 100644
--- a/src/town.h
+++ b/src/town.h
@@ -250,7 +250,7 @@ void UpdateAllTownVirtCoords();
void InitializeTown();
void ShowTownViewWindow(TownID town);
void ExpandTown(Town *t);
-Town *CreateRandomTown(uint attempts, TownSizeMode mode, uint size, TownLayout layout);
+Town *CreateRandomTown(uint attempts, TownSize size, bool city, TownLayout layout);
enum {
ROAD_REMOVE = 0,