File diff r2181:0086b2d70384 → r2182:c25721cf181e
npf.c
Show inline comments
 
@@ -70,7 +70,7 @@ bool IsEndOfLine(TileIndex tile, Trackdi
 

	
 
		return false;
 
	}
 
};
 
}
 

	
 
#if 0
 
static uint NTPHash(uint key1, uint key2)
 
@@ -127,7 +127,7 @@ static TileIndex CalcClosestStationTile(
 

	
 
	// return the tile of our target coordinates
 
	return TileXY(x, y);
 
};
 
}
 

	
 
/* On PBS pathfinding runs, this is called before pathfinding ends (BeforeExit aystar callback), and will
 
 * reserve the appropriate tracks, if needed. */