diff options
author | STRWarrior <niels.breuker@hotmail.nl> | 2015-02-25 19:00:52 +0100 |
---|---|---|
committer | STRWarrior <niels.breuker@hotmail.nl> | 2015-02-25 19:00:52 +0100 |
commit | f1f23b09ae20fa4d6288a9139462e49ff77d98c4 (patch) | |
tree | 0d1b41a00d7f2ac24186fc14f6003cfe798d13e9 /src/BiomeDef.h | |
parent | Fixed flowing water turning into ice when snowing (diff) | |
download | cuberite-f1f23b09ae20fa4d6288a9139462e49ff77d98c4.tar cuberite-f1f23b09ae20fa4d6288a9139462e49ff77d98c4.tar.gz cuberite-f1f23b09ae20fa4d6288a9139462e49ff77d98c4.tar.bz2 cuberite-f1f23b09ae20fa4d6288a9139462e49ff77d98c4.tar.lz cuberite-f1f23b09ae20fa4d6288a9139462e49ff77d98c4.tar.xz cuberite-f1f23b09ae20fa4d6288a9139462e49ff77d98c4.tar.zst cuberite-f1f23b09ae20fa4d6288a9139462e49ff77d98c4.zip |
Diffstat (limited to 'src/BiomeDef.h')
-rw-r--r-- | src/BiomeDef.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/BiomeDef.h b/src/BiomeDef.h index 84751cfd7..cda12556a 100644 --- a/src/BiomeDef.h +++ b/src/BiomeDef.h @@ -129,4 +129,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.*/ +extern int GetSnowStartHeight(EMCSBiome a_Biome); + // tolua_end |