1
0
Fork 0

(svn r778) -Fix: [ 1064742 ] 

release/0.4.5
matthijs 2004-11-23 17:16:41 +00:00
parent 2214a9df5c
commit ca0f5ffe60
1 changed files with 3 additions and 0 deletions

View File

@ -950,6 +950,9 @@ static int RoadFindPathToDest(Vehicle *v, uint tile, int direction)
if (IS_BYTE_INSIDE(val, 0x47, 0x4B) && (_patches.roadveh_queue || st->bus_stop_status&3))
bitmask |= _road_veh_fp_ax_or[(val-0x47)&3];
}
} else {
/* Other people's station. No-go */
bitmask = 0;
}
}
/* The above lookups should be moved to GetTileTrackStatus in the