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
commitd3aa3043e374c4d40ce45d6c654cb7bff88e7f7c (patch)
treecafae3f0441df07e0ca55f81e311d585b1fe5df2 /ttd.c
parent98202ed1198f14d7833f941e1404886ab99995db (diff)
downloadopenttd-d3aa3043e374c4d40ce45d6c654cb7bff88e7f7c.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;