From 821d0025da3d7dec662e75c6ce2ea32e86aec508 Mon Sep 17 00:00:00 2001 From: kwolekr Date: Thu, 16 Apr 2015 23:37:50 -0400 Subject: Biomes: Remove referenced biomes from Decorations on clear --- src/mg_biome.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mg_biome.h') 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 -- cgit v1.2.3