(svn r14566) -Fix [FS#2397]: RV's go via order would reserve a slot at the 'via' station which it never uses, which makes it unlikely that it reserves a slot for the next station and that makes queueing fail (Aali)
This commit is contained in:
@@ -2108,6 +2108,8 @@ static void TileLoop_Track(TileIndex tile)
|
||||
RailGroundType old_ground = GetRailGroundType(tile);
|
||||
RailGroundType new_ground;
|
||||
|
||||
UpdateStat(tile, !EnsureNoVehicleOnGround(tile));
|
||||
|
||||
if (old_ground == RAIL_GROUND_WATER) {
|
||||
TileLoop_Water(tile);
|
||||
return;
|
||||
|
Reference in New Issue
Block a user