Changeset - r9500:c1b89f8ade0e
[Not reviewed]
master
0 1 0
rubidium - 16 years ago 2008-06-11 19:57:45
rubidium@openttd.org
(svn r13480) -Fix [FS#2050]: RVs stoppping at drive through stations of other companies.
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/roadveh_cmd.cpp
Show inline comments
 
@@ -1714,6 +1714,7 @@ again:
 
			_road_veh_data_1[v->u.road.state - RVSB_IN_ROAD_STOP + (_settings_game.vehicle.road_side << RVS_DRIVE_SIDE)] == v->u.road.frame) ||
 
			(IsInsideMM(v->u.road.state, RVSB_IN_DT_ROAD_STOP, RVSB_IN_DT_ROAD_STOP_END) &&
 
			v->current_order.ShouldStopAtStation(v, GetStationIndex(v->tile)) &&
 
			v->owner == GetRoadOwner(v->tile, v->u.road.roadtype) &&
 
			GetRoadStopType(v->tile) == (IsCargoInClass(v->cargo_type, CC_PASSENGERS) ? ROADSTOP_BUS : ROADSTOP_TRUCK) &&
 
			v->u.road.frame == RVC_DRIVE_THROUGH_STOP_FRAME))) {
 

	
0 comments (0 inline, 0 general)