mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
Mapgens: Rename m_emerge to prevent name collisions
This commit is contained in:
@@ -65,7 +65,7 @@ struct MapgenV6Params : public MapgenSpecificParams {
|
||||
|
||||
class MapgenV6 : public Mapgen {
|
||||
public:
|
||||
EmergeManager *emerge;
|
||||
EmergeManager *m_emerge;
|
||||
|
||||
int ystride;
|
||||
u32 spflags;
|
||||
|
Reference in New Issue
Block a user