mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-02-17 01:22:18 +00:00
DeHackEd: editor keys are once again recognized
This commit is contained in:
parent
df29245a59
commit
7e3dbdefac
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ namespace CodeImp.DoomBuilder.Dehacked
|
||||||
line = line.Trim();
|
line = line.Trim();
|
||||||
|
|
||||||
// Editor key?
|
// Editor key?
|
||||||
if (line.StartsWith("$#"))
|
if (line.StartsWith("#$"))
|
||||||
return line;
|
return line;
|
||||||
|
|
||||||
// Cut everything from the line after a #, unless it's the "ID #" field, then cut everything after then next #
|
// Cut everything from the line after a #, unless it's the "ID #" field, then cut everything after then next #
|
||||||
|
|
Loading…
Reference in a new issue