1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-01 17:38:41 +00:00

Biomes: Remove referenced biomes from Decorations on clear

This commit is contained in:
kwolekr 2015-04-16 23:37:50 -04:00
parent 4abb96fb54
commit 821d0025da
6 changed files with 36 additions and 17 deletions

View file

@ -78,6 +78,9 @@ public:
void calcBiomes(s16 sx, s16 sy, float *heat_map, float *humidity_map,
s16 *height_map, u8 *biomeid_map);
Biome *getBiome(float heat, float humidity, s16 y);
private:
IGameDef *m_gamedef;
};
#endif