mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-12 18:40:29 +00:00
(svn r25847) -Fix: Comment for GetFoundationSlope was wrong (cirdan, LordAro)
This commit is contained in:
parent
7d10302f35
commit
d908897918
@ -329,7 +329,7 @@ void GetSlopePixelZOnEdge(Slope tileh, DiagDirection edge, int *z1, int *z2)
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Get slope of a tile on top of a (possible) foundation
|
* 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 tile The tile of interest.
|
||||||
* @param z returns the z of the foundation slope. (Can be NULL, if not needed)
|
* @param z returns the z of the foundation slope. (Can be NULL, if not needed)
|
||||||
|
Loading…
Reference in New Issue
Block a user