diff --git a/roadveh_cmd.c b/roadveh_cmd.c index 73887f6a2b..a5a405982a 100644 --- a/roadveh_cmd.c +++ b/roadveh_cmd.c @@ -798,7 +798,7 @@ static Vehicle *RoadVehFindCloseTo(Vehicle *v, int x, int y, byte dir) 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;