1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Update mapgen params in ServerMap after Mapgen init

This commit is contained in:
kwolekr 2013-12-14 10:49:20 -05:00
parent 15c316765d
commit 7a4c1e7327
3 changed files with 6 additions and 4 deletions

View file

@ -496,6 +496,7 @@ public:
u64 getSeed(){ return m_seed; }
MapgenParams *getMapgenParams(){ return m_mgparams; }
void setMapgenParams(MapgenParams *mgparams){ m_mgparams = mgparams; }
// Parameters fed to the Mapgen
MapgenParams *m_mgparams;