From 45882a02cc5e384cd1bb820348c74ab87bed7abe Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 5 Sep 2020 22:14:00 +0200 Subject: [PATCH] - fix WT level name display. --- source/games/duke/src/gamedef.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/games/duke/src/gamedef.cpp b/source/games/duke/src/gamedef.cpp index 1897228c7..2b0be79e7 100644 --- a/source/games/duke/src/gamedef.cpp +++ b/source/games/duke/src/gamedef.cpp @@ -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: