# HG changeset patch # User zuu # Date 2013-10-12 22:01:21 # Node ID a4210c64dd69046afbef46cfcf1123966d3f3a4e # Parent 1649ff60d5bb41c0b276b5d5cff6dde192c9418d (svn r25847) -Fix: Comment for GetFoundationSlope was wrong (cirdan, LordAro) diff --git a/src/landscape.cpp b/src/landscape.cpp --- a/src/landscape.cpp +++ b/src/landscape.cpp @@ -329,7 +329,7 @@ void GetSlopePixelZOnEdge(Slope tileh, D /** * Get slope of a tile on top of a (possible) foundation - * If a tile does not have a foundation, the function returns the same as GetTilePixelSlope. + * If a tile does not have a foundation, the function returns the same as GetTileSlope. * * @param tile The tile of interest. * @param z returns the z of the foundation slope. (Can be NULL, if not needed)