mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-16 04:30:38 +00:00
- fix WT level name display.
This commit is contained in:
parent
8b2302ec67
commit
45882a02cc
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue