mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-18 10:45:27 +02:00
Cpp11 patchset 11: continue working on constructor style migration (#6004)
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user