mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2024-11-10 06:41:49 +00:00
Fix incorrect prefixes in the 2.2 configuration.
This commit is contained in:
parent
607b09d076
commit
25eeb0c9e2
1 changed files with 6 additions and 6 deletions
|
@ -3062,7 +3062,7 @@ linedeftypes
|
||||||
723
|
723
|
||||||
{
|
{
|
||||||
title = "Copy Backside Floor Slope from Line Tag";
|
title = "Copy Backside Floor Slope from Line Tag";
|
||||||
prefix = "(720)";
|
prefix = "(723)";
|
||||||
slope = "copy";
|
slope = "copy";
|
||||||
slopeargs = 4;
|
slopeargs = 4;
|
||||||
}
|
}
|
||||||
|
@ -3070,7 +3070,7 @@ linedeftypes
|
||||||
724
|
724
|
||||||
{
|
{
|
||||||
title = "Copy Backside Ceiling Slope from Line Tag";
|
title = "Copy Backside Ceiling Slope from Line Tag";
|
||||||
prefix = "(721)";
|
prefix = "(724)";
|
||||||
slope = "copy";
|
slope = "copy";
|
||||||
slopeargs = 8;
|
slopeargs = 8;
|
||||||
}
|
}
|
||||||
|
@ -3078,7 +3078,7 @@ linedeftypes
|
||||||
725
|
725
|
||||||
{
|
{
|
||||||
title = "Copy Backside Floor and Ceiling Slope from Line Tag";
|
title = "Copy Backside Floor and Ceiling Slope from Line Tag";
|
||||||
prefix = "(722)";
|
prefix = "(725)";
|
||||||
slope = "copy";
|
slope = "copy";
|
||||||
slopeargs = 12;
|
slopeargs = 12;
|
||||||
}
|
}
|
||||||
|
@ -3110,7 +3110,7 @@ linedeftypes
|
||||||
733
|
733
|
||||||
{
|
{
|
||||||
title = "Copy Backside Floor Slope to Frontside";
|
title = "Copy Backside Floor Slope to Frontside";
|
||||||
prefix = "(730)";
|
prefix = "(733)";
|
||||||
slope = "copy";
|
slope = "copy";
|
||||||
copyslopeargs = 2;
|
copyslopeargs = 2;
|
||||||
}
|
}
|
||||||
|
@ -3118,7 +3118,7 @@ linedeftypes
|
||||||
734
|
734
|
||||||
{
|
{
|
||||||
title = "Copy Backside Ceiling Slope to Frontside";
|
title = "Copy Backside Ceiling Slope to Frontside";
|
||||||
prefix = "(731)";
|
prefix = "(734)";
|
||||||
slope = "copy";
|
slope = "copy";
|
||||||
copyslopeargs = 8;
|
copyslopeargs = 8;
|
||||||
}
|
}
|
||||||
|
@ -3126,7 +3126,7 @@ linedeftypes
|
||||||
735
|
735
|
||||||
{
|
{
|
||||||
title = "Copy Backside Floor and Ceiling Slope to Frontside";
|
title = "Copy Backside Floor and Ceiling Slope to Frontside";
|
||||||
prefix = "(732)";
|
prefix = "(735)";
|
||||||
slope = "copy";
|
slope = "copy";
|
||||||
copyslopeargs = 10;
|
copyslopeargs = 10;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue