diff options
Diffstat (limited to 'src/mg_biome.h')
-rw-r--r-- | src/mg_biome.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mg_biome.h b/src/mg_biome.h index 2e07fd9cf..854ada504 100644 --- a/src/mg_biome.h +++ b/src/mg_biome.h @@ -117,10 +117,10 @@ public: virtual Biome *getBiomeAtIndex(size_t index, s16 y) const = 0; // Result of calcBiomes bulk computation. - biome_t *biomemap; + biome_t *biomemap = nullptr; protected: - BiomeManager *m_bmgr; + BiomeManager *m_bmgr = nullptr; v3s16 m_pmin; v3s16 m_csize; }; |