Changeset - r493:f81ec5143e71
[Not reviewed]
master
0 1 0
matthijs - 20 years ago 2004-11-23 17:46:39
matthijs@openttd.org
(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 ;-)
1 file changed with 0 insertions and 3 deletions:
0 comments (0 inline, 0 general)
roadveh_cmd.c
Show inline comments
 
@@ -950,9 +950,6 @@ static int RoadFindPathToDest(Vehicle *v
 
				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
0 comments (0 inline, 0 general)