(svn r1724) Set maximum number of industries and towns to 250 each
authortron
Sat, 29 Jan 2005 20:18:01 +0000
changeset 1220 fab7257bad56
parent 1219 6a1f8d818d58
child 1221 2b159ebb4899
(svn r1724) Set maximum number of industries and towns to 250 each
industry.h
town.h
--- a/industry.h	Sat Jan 29 20:11:19 2005 +0000
+++ b/industry.h	Sat Jan 29 20:18:01 2005 +0000
@@ -29,7 +29,7 @@
 
 VARDEF int _total_industries; // For the AI: the amount of industries active
 
-VARDEF Industry _industries[90];
+VARDEF Industry _industries[250];
 VARDEF uint _industries_size;
 
 VARDEF uint16 *_industry_sort;
--- a/town.h	Sat Jan 29 20:11:19 2005 +0000
+++ b/town.h	Sat Jan 29 20:18:01 2005 +0000
@@ -128,7 +128,7 @@
 
 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;