mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2024-11-09 22:31:48 +00:00
Disable linedef action 96 support, as it may cause crashes in Visual Mode
This commit is contained in:
parent
c3027c0d9b
commit
655b6b6c5e
1 changed files with 2 additions and 0 deletions
|
@ -998,6 +998,7 @@ namespace CodeImp.DoomBuilder.BuilderModes
|
|||
if (General.Map.SRB2)
|
||||
{
|
||||
//sphere: Multi-tagging
|
||||
/*
|
||||
if (l.Action == 96)
|
||||
{
|
||||
int[] tags = new int[5];
|
||||
|
@ -1040,6 +1041,7 @@ namespace CodeImp.DoomBuilder.BuilderModes
|
|||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
if (l.Action == 97 || l.Action == 98 || l.Action == 99)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue