File diff r15612:c4c9adbab3f3 → r15613:193c12018337
src/newgrf_commons.cpp
Show inline comments
 
@@ -294,7 +294,8 @@ void IndustryTileOverrideManager::SetEnt
 
 * @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) {