Quote
// now for the lines
ITERATE(registered_lines,i)
{
const linehandle_t line = registered_lines[ i ];
fpl = line->get_schedule();
assert(fpl);
// ok, now add line to the connections
if(line->count_convoys( )> 0 && (i_am_public || line->get_convoy(0)->get_besitzer() == get_besitzer()))
{
INT_CHECK("simhalt.cc 613");
schedule_t *fpl = line->get_schedule();
if(fpl != NULL)
{
halthandle_t tmp_halt;