- fix WT level name display.

This commit is contained in:
Christoph Oelckers 2020-09-05 22:14:00 +02:00
parent 8b2302ec67
commit 45882a02cc

View file

@ -1619,7 +1619,7 @@ int ConCompiler::parsecommand()
textptr++, i++;
}
parsebuffer.Push(0);
map->name = parsebuffer.Data();
map->name = FStringTable::MakeMacro(parsebuffer.Data());
return 0;
}
case concmd_definequote: