Added syntax fix for torch generation in dungeons (developer feature)

This commit is contained in:
kinokoio 2016-03-31 12:19:41 -06:00
parent c8ff11b417
commit f758ab09d0
1 changed files with 1 additions and 1 deletions

View File

@ -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) {