(svn r1724) Set maximum number of industries and towns to 250 each

This commit is contained in:
tron
2005-01-29 20:18:01 +00:00
parent b9a4756e1e
commit dae4b50e1c
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ struct Industry {
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;