1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-27 17:28:41 +00:00

Mapgens: Rename m_emerge to prevent name collisions

This commit is contained in:
kwolekr 2014-12-12 02:38:39 -05:00
parent 2b8180a417
commit 00fc0babe0
6 changed files with 16 additions and 16 deletions

View file

@ -65,7 +65,7 @@ struct MapgenV6Params : public MapgenSpecificParams {
class MapgenV6 : public Mapgen {
public:
EmergeManager *emerge;
EmergeManager *m_emerge;
int ystride;
u32 spflags;