mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-15 09:25:37 +02:00
Mapgens: Rename m_emerge to prevent name collisions
This commit is contained in:
@@ -49,7 +49,7 @@ struct MapgenV5Params : public MapgenSpecificParams {
|
||||
|
||||
class MapgenV5 : public Mapgen {
|
||||
public:
|
||||
EmergeManager *emerge;
|
||||
EmergeManager *m_emerge;
|
||||
BiomeManager *bmgr;
|
||||
|
||||
int ystride;
|
||||
|
Reference in New Issue
Block a user