mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-15 17:35:37 +02:00
Fix mapgen_v6 crashing
this variable was accidentally shadowed in 20b10b569
This commit is contained in:
@@ -83,8 +83,6 @@ struct MapgenV6Params : public MapgenParams {
|
||||
|
||||
class MapgenV6 : public Mapgen {
|
||||
public:
|
||||
EmergeParams *m_emerge;
|
||||
|
||||
int ystride;
|
||||
u32 spflags;
|
||||
|
||||
|
Reference in New Issue
Block a user