- process escape sequences for episode and skill names
For these, colorization is a desirable feature.
This commit is contained in:
parent
077ba290a6
commit
0fa4e03db6
3 changed files with 4 additions and 3 deletions
|
|
@ -2019,7 +2019,7 @@ void FMapInfoParser::ParseEpisodeInfo ()
|
|||
{
|
||||
ParseAssign();
|
||||
sc.MustGetString ();
|
||||
name = sc.String;
|
||||
name = strbin1(sc.String);
|
||||
}
|
||||
else if (sc.Compare ("picname"))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue