summaryrefslogtreecommitdiffstats
path: root/src/BiomeDef.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/BiomeDef.h')
-rw-r--r--src/BiomeDef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/BiomeDef.h b/src/BiomeDef.h
index 32d3a5cfd..48726123c 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 the height when a biome when a biome starts snowing.*/
+/** Returns the height when a biome when a biome starts snowing. */
extern int GetSnowStartHeight(EMCSBiome a_Biome);
// tolua_end