GetSnowStartHeight returns an int
This commit is contained in:
parent
81e8577cfd
commit
224df08d30
@ -223,7 +223,7 @@ bool IsBiomeCold(EMCSBiome a_Biome)
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
unsigned GetSnowStartHeight(EMCSBiome a_Biome)
|
int GetSnowStartHeight(EMCSBiome a_Biome)
|
||||||
{
|
{
|
||||||
switch (a_Biome)
|
switch (a_Biome)
|
||||||
{
|
{
|
||||||
|
@ -130,6 +130,6 @@ Doesn't report Very Cold biomes, use IsBiomeVeryCold() for those. */
|
|||||||
extern bool IsBiomeCold(EMCSBiome a_Biome);
|
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 unsigned GetSnowStartHeight(EMCSBiome a_Biome);
|
extern int GetSnowStartHeight(EMCSBiome a_Biome);
|
||||||
|
|
||||||
// tolua_end
|
// tolua_end
|
||||||
|
Loading…
Reference in New Issue
Block a user