author | matthijs |
Tue, 23 Nov 2004 17:16:41 +0000 | |
changeset 492 | 7efeead48c37 |
parent 491 | 0642006d876c |
child 493 | 5e29d9c7c0f5 |
roadveh_cmd.c | file | annotate | diff | comparison | revisions |
--- a/roadveh_cmd.c Mon Nov 22 23:05:34 2004 +0000 +++ b/roadveh_cmd.c Tue Nov 23 17:16:41 2004 +0000 @@ -950,6 +950,9 @@ 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