From b18851e0b99bca891ab97067af17fc5d37d03f2a Mon Sep 17 00:00:00 2001 From: tron Date: Sat, 29 Jan 2005 20:18:01 +0000 Subject: (svn r1724) Set maximum number of industries and towns to 250 each --- town.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'town.h') diff --git a/town.h b/town.h index 046d0d892..a8757d596 100644 --- a/town.h +++ b/town.h @@ -128,7 +128,7 @@ enum { bool CheckforTownRating(uint tile, uint32 flags, Town *t, byte type); -VARDEF Town _towns[70]; +VARDEF Town _towns[250]; VARDEF uint _towns_size; VARDEF uint16 *_town_sort; -- cgit v1.2.3-54-g00ecf