(svn r1581) Added a display for the total map population to the town display (Jango)

This commit is contained in:
celestar
2005-01-21 16:51:25 +00:00
parent 1b99cebbf3
commit 07a10a51a7
4 changed files with 20 additions and 4 deletions

1
town.h
View File

@@ -73,6 +73,7 @@ struct Town {
uint16 radius[5];
};
uint32 GetWorldPopulation();
void UpdateTownVirtCoord(Town *t);
void InitializeTown();