mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-24 20:12:42 +00:00
Codechange: add missing @param and @return
This commit is contained in:
@@ -1616,6 +1616,10 @@ static bool CheckCanTerraformSurroundingTiles(TileIndex tile, uint height, int i
|
||||
/**
|
||||
* This function tries to flatten out the land below an industry, without
|
||||
* damaging the surroundings too much.
|
||||
* @param tile The tile to place the industry's starting point at.
|
||||
* @param flags Flags describing how to execute this command.
|
||||
* @param layout The layout to build.
|
||||
* @return \c true iff the industry can be built at this location.
|
||||
*/
|
||||
static bool CheckIfCanLevelIndustryPlatform(TileIndex tile, DoCommandFlags flags, const IndustryTileLayout &layout)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user