diff --git a/Source/Core/Dehacked/DehackedParser.cs b/Source/Core/Dehacked/DehackedParser.cs index 7e5423c8..4cb030a1 100644 --- a/Source/Core/Dehacked/DehackedParser.cs +++ b/Source/Core/Dehacked/DehackedParser.cs @@ -200,7 +200,7 @@ namespace CodeImp.DoomBuilder.Dehacked line = line.Trim(); // Editor key? - if (line.StartsWith("$#")) + if (line.StartsWith("#$")) return line; // Cut everything from the line after a #, unless it's the "ID #" field, then cut everything after then next #