summaryrefslogtreecommitdiff
path: root/ttd.c
diff options
context:
space:
mode:
Diffstat (limited to 'ttd.c')
-rw-r--r--ttd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ttd.c b/ttd.c
index f4bfbb234..68212250f 100644
--- a/ttd.c
+++ b/ttd.c
@@ -496,6 +496,8 @@ static void InitializeDynamicVariables(void)
_stations_size = lengthof(_stations);
_station_sort = NULL;
+ _roadstops_size = lengthof(_roadstops);
+
_vehicles_size = lengthof(_vehicles);
_vehicle_sort = NULL;