(svn r25346) -Codechange: Glue between stations and flow stats
This commit is contained in:
@@ -97,6 +97,11 @@ Station::~Station()
|
||||
delete lg;
|
||||
}
|
||||
}
|
||||
Station *st;
|
||||
FOR_ALL_STATIONS(st) {
|
||||
GoodsEntry *ge = &st->goods[c];
|
||||
ge->flows.DeleteFlows(this->index);
|
||||
}
|
||||
}
|
||||
|
||||
Vehicle *v;
|
||||
|
Reference in New Issue
Block a user