(svn r15352) -Codechange: make the arguments passed around while founding a town a bit more readable

This commit is contained in:
smatz
2009-02-05 13:33:37 +00:00
parent 9d94c8f369
commit aa692a99a9
4 changed files with 33 additions and 47 deletions

View File

@@ -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,