summaryrefslogtreecommitdiff
path: root/src/mg_biome.h
diff options
context:
space:
mode:
authorkwolekr <kwolekr@minetest.net>2015-04-16 23:37:50 -0400
committerkwolekr <kwolekr@minetest.net>2015-04-16 23:38:05 -0400
commit821d0025da3d7dec662e75c6ce2ea32e86aec508 (patch)
treec609455732a6bbcf12c4c00a6f1627bb5c15cf14 /src/mg_biome.h
parent4abb96fb546b5975c74ff2cc295255fe17126287 (diff)
downloadminetest-821d0025da3d7dec662e75c6ce2ea32e86aec508.tar.gz
minetest-821d0025da3d7dec662e75c6ce2ea32e86aec508.tar.bz2
minetest-821d0025da3d7dec662e75c6ce2ea32e86aec508.zip
Biomes: Remove referenced biomes from Decorations on clear
Diffstat (limited to 'src/mg_biome.h')
-rw-r--r--src/mg_biome.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mg_biome.h b/src/mg_biome.h
index a0ed30d6e..46ae21959 100644
--- a/src/mg_biome.h
+++ b/src/mg_biome.h
@@ -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