Disable linedef action 96 support, as it may cause crashes in Visual Mode

This commit is contained in:
spherallic 2022-10-12 13:57:09 +02:00
parent c3027c0d9b
commit 655b6b6c5e
1 changed files with 2 additions and 0 deletions

View File

@ -998,6 +998,7 @@ namespace CodeImp.DoomBuilder.BuilderModes
if (General.Map.SRB2) if (General.Map.SRB2)
{ {
//sphere: Multi-tagging //sphere: Multi-tagging
/*
if (l.Action == 96) if (l.Action == 96)
{ {
int[] tags = new int[5]; int[] tags = new int[5];
@ -1040,6 +1041,7 @@ namespace CodeImp.DoomBuilder.BuilderModes
} }
} }
} }
*/
if (l.Action == 97 || l.Action == 98 || l.Action == 99) if (l.Action == 97 || l.Action == 98 || l.Action == 99)
{ {