summaryrefslogtreecommitdiff
path: root/ttd.c
diff options
context:
space:
mode:
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;