summaryrefslogtreecommitdiff
path: root/industry.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-01-29 20:18:01 +0000
committertron <tron@openttd.org>2005-01-29 20:18:01 +0000
commitb18851e0b99bca891ab97067af17fc5d37d03f2a (patch)
tree09e21160870ab95b5cd2471174178998a21de28f /industry.h
parentb29877e14c71b4e2b8244397bff39ea107050024 (diff)
downloadopenttd-b18851e0b99bca891ab97067af17fc5d37d03f2a.tar.xz
(svn r1724) Set maximum number of industries and towns to 250 each
Diffstat (limited to 'industry.h')
-rw-r--r--industry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/industry.h b/industry.h
index 81e030ed1..daca10888 100644
--- a/industry.h
+++ b/industry.h
@@ -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;