diff options
author | matthijs <matthijs@openttd.org> | 2004-11-23 17:46:39 +0000 |
---|---|---|
committer | matthijs <matthijs@openttd.org> | 2004-11-23 17:46:39 +0000 |
commit | a3cb5499bf035fbaad33a0b8cc77e80e4e088c30 (patch) | |
tree | 595b61fe5a49e68020c7550d22cf1c9942ec94f5 | |
parent | ca0f5ffe6060839c865e30d35bf0f113518fe142 (diff) | |
download | openttd-a3cb5499bf035fbaad33a0b8cc77e80e4e088c30.tar.xz |
(svn r779) Reverting last commit, svn didn't cancel the commit like I was meaning to tell it.
Tron will commit the real bugfix we were working on in a minute (I hope ;-)
-rw-r--r-- | roadveh_cmd.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/roadveh_cmd.c b/roadveh_cmd.c index c5d8c6b87..5de98db27 100644 --- a/roadveh_cmd.c +++ b/roadveh_cmd.c @@ -950,9 +950,6 @@ 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 |