summaryrefslogtreecommitdiff
path: root/ttd.c
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2005-02-04 15:31:30 +0000
committertruelight <truelight@openttd.org>2005-02-04 15:31:30 +0000
commit10adda0d739203e0933d89d5c7d3bcb10b67fe51 (patch)
treecafae3f0441df07e0ca55f81e311d585b1fe5df2 /ttd.c
parent4f5255c36eb39744a0fb0ceda0364ff8d4d3524f (diff)
downloadopenttd-10adda0d739203e0933d89d5c7d3bcb10b67fe51.tar.xz
(svn r1788) -Add: Made RoadStops dynamic. You can now create up to 64k roadstops.
Diffstat (limited to 'ttd.c')
-rw-r--r--ttd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ttd.c b/ttd.c
index f0239c608..789a68b41 100644
--- a/ttd.c
+++ b/ttd.c
@@ -495,7 +495,6 @@ static void ParseResolution(int res[2], char *s)
static void InitializeDynamicVariables(void)
{
/* Dynamic stuff needs to be initialized somewhere... */
- _roadstops_size = lengthof(_roadstops);
_orders_size = lengthof(_orders);
_station_sort = NULL;