File diff r27798:d7f49906d8cf → r27799:ab7d36d10264
src/newgrf_station.cpp
Show inline comments
 
@@ -649,7 +649,7 @@ uint16_t GetStationCallback(CallbackID c
 
 */
 
CommandCost PerformStationTileSlopeCheck(TileIndex north_tile, TileIndex cur_tile, const StationSpec *statspec, Axis axis, byte plat_len, byte numtracks)
 
{
 
	TileIndexDiff diff = cur_tile - north_tile;
 
	TileIndex diff = cur_tile - north_tile;
 
	Slope slope = GetTileSlope(cur_tile);
 

	
 
	StationResolverObject object(statspec, nullptr, cur_tile, CBID_STATION_LAND_SLOPE_CHECK,