From ec3de19c4e0df620cba1d10036fcd472a4a5dc35 Mon Sep 17 00:00:00 2001 From: 12xx12 <12xx12100@gmail.com> Date: Sun, 9 Aug 2020 23:50:24 +0200 Subject: small issues addressed in #4817 fixed because was merged to fast --- src/BiomeDef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/BiomeDef.h') diff --git a/src/BiomeDef.h b/src/BiomeDef.h index 050c641d3..888e3bb19 100644 --- a/src/BiomeDef.h +++ b/src/BiomeDef.h @@ -151,7 +151,7 @@ extern bool IsBiomeVeryCold(EMCSBiome a_Biome); Doesn't report Very Cold biomes, use IsBiomeVeryCold() for those. */ extern bool IsBiomeCold(EMCSBiome a_Biome); -/** Returns true if the biome is a mountain type */ +/** Returns true if the biome is mountainous (mutations of the extreme hills biome) */ extern bool IsBiomeMountain(EMCSBiome a_Biome); /** Returns the height when a biome when a biome starts snowing. */ -- cgit v1.2.3