mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-02-20 10:53:19 +00:00
@ Fixed a conflicting linedef action (272)
This commit is contained in:
parent
1f493e526a
commit
d247492c31
1 changed files with 6 additions and 0 deletions
|
@ -193,6 +193,12 @@ linedeftypes
|
|||
include("Includes\\Doom_linedefs.cfg");
|
||||
include("Includes\\Boom_linedefs.cfg");
|
||||
|
||||
transfer
|
||||
{
|
||||
// This fixes a conflict
|
||||
272 = null;
|
||||
}
|
||||
|
||||
fs
|
||||
{
|
||||
title = "FS";
|
||||
|
|
Loading…
Reference in a new issue