forked from Mirrorlandia_minetest/minetest
Dungeongen: Update disabled torch placement code
This commit is contained in:
parent
b8ac7b80e6
commit
66af984e0e
@ -44,7 +44,7 @@ DungeonGen::DungeonGen(Mapgen *mapgen, DungeonParams *dparams)
|
|||||||
this->vm = mapgen->vm;
|
this->vm = mapgen->vm;
|
||||||
|
|
||||||
#ifdef DGEN_USE_TORCHES
|
#ifdef DGEN_USE_TORCHES
|
||||||
c_torch = ndef->getId("default:torch");
|
c_torch = mg->ndef->getId("default:torch");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (dparams) {
|
if (dparams) {
|
||||||
|
Loading…
Reference in New Issue
Block a user