(svn r1788) -Add: Made RoadStops dynamic. You can now create up to 64k roadstops.

This commit is contained in:
truelight
2005-02-04 15:31:30 +00:00
parent 4f5255c36e
commit 10adda0d73
5 changed files with 110 additions and 48 deletions

1
ttd.c
View File

@@ -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;