Home
last modified time | relevance | path

Searched defs:slope_here (Results 1 – 2 of 2) sorted by relevance

/dports/games/openttd/openttd-12.1/src/
H A Dlandscape.cpp433 bool HasFoundationNW(TileIndex tile, Slope slope_here, uint z_here) in HasFoundationNW()
450 bool HasFoundationNE(TileIndex tile, Slope slope_here, uint z_here) in HasFoundationNE()
H A Dwater_cmd.cpp1249 Slope slope_here = GetFoundationSlope(tile) & ~SLOPE_HALFTILE_MASK & ~SLOPE_STEEP; in TileLoop_Water() local