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
commitaa692a99a900066c48c78f162f355295507a4fb7 (patch)
tree3b80add82b9175070842f4d336bc64e767ee0ed5 /src/town.h
parent9d94c8f369218254a7273e22a1dfdf8c35f8a20d (diff)
downloadopenttd-aa692a99a900066c48c78f162f355295507a4fb7.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,