From aa692a99a900066c48c78f162f355295507a4fb7 Mon Sep 17 00:00:00 2001 From: smatz Date: Thu, 5 Feb 2009 13:33:37 +0000 Subject: (svn r15352) -Codechange: make the arguments passed around while founding a town a bit more readable --- src/town.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/town.h') 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, -- cgit v1.2.3-54-g00ecf