mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Apply various fixes to several things
This commit is contained in:
parent
6b3169e4d0
commit
9e100bc42b
4 changed files with 15 additions and 6 deletions
|
@ -59,9 +59,9 @@ EmergeManager::EmergeManager(IGameDef *gamedef) {
|
|||
this->biomedef = new BiomeDefManager();
|
||||
this->params = NULL;
|
||||
|
||||
this->luaoverride_params = NULL;
|
||||
this->luaoverride_params = NULL;
|
||||
this->luaoverride_params_modified = 0;
|
||||
this->luaoverride_flagmask = 0;
|
||||
this->luaoverride_flagmask = 0;
|
||||
|
||||
mapgen_debug_info = g_settings->getBool("enable_mapgen_debug_info");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue