Skip to content
Snippets Groups Projects
Commit 66af984e authored by kinokoio's avatar kinokoio Committed by kwolekr
Browse files

Dungeongen: Update disabled torch placement code

parent b8ac7b80
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ DungeonGen::DungeonGen(Mapgen *mapgen, DungeonParams *dparams)
this->vm = mapgen->vm;
#ifdef DGEN_USE_TORCHES
c_torch = ndef->getId("default:torch");
c_torch = mg->ndef->getId("default:torch");
#endif
if (dparams) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment