From 752b3f0dd614217d68f361e2d0b2cc599a37c860 Mon Sep 17 00:00:00 2001 From: celestar Date: Sat, 29 Jan 2005 19:41:44 +0000 Subject: (svn r1721) -Feature: It is now possible to build multiple road stations (up to 8) on a single station. Thanks to: Truelight for the saveload code, Darkvater and Hackykid for network testing and Tron for proof-reading 1500 lines of diff. --- ttd.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ttd.c') 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; -- cgit v1.2.3-54-g00ecf