| author | tron |
| Sun, 23 Oct 2005 14:38:09 +0000 | |
| changeset 2550 | 5e405f5b2836 |
| parent 2549 | f1d3b383d557 |
| child 2551 | 436aaaa22ba5 |
| roadveh_cmd.c | file | annotate | diff | comparison | revisions |
--- a/roadveh_cmd.c Sun Oct 23 13:04:44 2005 +0000 +++ b/roadveh_cmd.c Sun Oct 23 14:38:09 2005 +0000 @@ -798,7 +798,7 @@ static void RoadVehArrivesAt(Vehicle *v, Station *st) { - if (v->engine_type < 123) { + if (v->cargo_type == CT_PASSENGERS) { /* Check if station was ever visited before */ if (!(st->had_vehicle_of_type & HVOT_BUS)) { uint32 flags;