forked from mirror/OpenTTD
(svn r20286) -Codechange: Unify end of doxygen comments.
This commit is contained in:
@@ -294,7 +294,8 @@ void IndustryTileOverrideManager::SetEntitySpec(const IndustryTileSpec *its)
|
||||
* @param tile TileIndex of the tile been queried
|
||||
* @param upper_halftile If true, query upper halftile in case of rail tiles.
|
||||
* @return value corresponding to the grf expected format:
|
||||
* Terrain type: 0 normal, 1 desert, 2 rainforest, 4 on or above snowline */
|
||||
* Terrain type: 0 normal, 1 desert, 2 rainforest, 4 on or above snowline
|
||||
*/
|
||||
uint32 GetTerrainType(TileIndex tile, bool upper_halftile)
|
||||
{
|
||||
switch (_settings_game.game_creation.landscape) {
|
||||
|
Reference in New Issue
Block a user