File diff r18237:ef265d83ffb7 → r18238:3e9a69b42b81
src/clear_cmd.cpp
Show inline comments
 
@@ -361,11 +361,6 @@ static void ChangeTileOwner_Clear(TileIn
 
	return;
 
}
 

	
 
void InitializeClearLand()
 
{
 
	_settings_game.game_creation.snow_line = _settings_game.game_creation.snow_line_height * TILE_HEIGHT;
 
}
 

	
 
static CommandCost TerraformTile_Clear(TileIndex tile, DoCommandFlag flags, uint z_new, Slope tileh_new)
 
{
 
	return DoCommand(tile, 0, 0, flags, CMD_LANDSCAPE_CLEAR);