(svn r1312) -Add: Patch which is on by default: population in label of the town

-Fix: Expand town is a bit more agressive
-Fix: Fixed a bug in growing algorithm
This commit is contained in:
truelight
2004-12-31 18:57:24 +00:00
parent 1fef394fde
commit 92ac503b74
9 changed files with 70 additions and 29 deletions

1
town.h
View File

@@ -74,6 +74,7 @@ struct Town {
};
void UpdateTownVirtCoord(Town *t);
void InitializeTown();
void ShowTownViewWindow(uint town);
void DeleteTown(Town *t);