From 962dd27a8cab5bf7f97f6af2cba427f8fe59fdf3 Mon Sep 17 00:00:00 2001 From: celestar Date: Fri, 21 Jan 2005 16:51:25 +0000 Subject: (svn r1581) Added a display for the total map population to the town display (Jango) --- town.h | 1 + 1 file changed, 1 insertion(+) (limited to 'town.h') diff --git a/town.h b/town.h index 408dc5bdf..7225e7747 100644 --- a/town.h +++ b/town.h @@ -73,6 +73,7 @@ struct Town { uint16 radius[5]; }; +uint32 GetWorldPopulation(); void UpdateTownVirtCoord(Town *t); void InitializeTown(); -- cgit v1.2.3-54-g00ecf