mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-24 12:06:41 +00:00
Codefix: remove @param documentation for parameters that don't exist anymore
This commit is contained in:
@@ -72,7 +72,6 @@ std::tuple<Slope, int> GetTileSlopeZ(TileIndex tile)
|
||||
*
|
||||
* @param x X coordinate of the tile to compute slope of, may be outside the map.
|
||||
* @param y Y coordinate of the tile to compute slope of, may be outside the map.
|
||||
* @param h If not \c nullptr, pointer to storage of z height.
|
||||
* @return Slope of the tile, except for the HALFTILE part, and the z height of the tile.
|
||||
*/
|
||||
std::tuple<Slope, int> GetTilePixelSlopeOutsideMap(int x, int y)
|
||||
|
||||
Reference in New Issue
Block a user