mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-18 20:19:11 +00:00
(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 ;-)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user