roadveh_cmd.c
changeset 2550 5e405f5b2836
parent 2549 f1d3b383d557
child 2552 fb174febb0b1
--- 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;