Move UDMF config settings into the right spot

This commit is contained in:
MascaraSnake 2022-12-30 08:49:23 +01:00
parent 164c3aa9b1
commit 29cb95ac1a

View file

@ -120,8 +120,6 @@ mapformat_doom
// When this is set to true, sectors with the same tag will light up when a line is highlighted
linetagindicatesectors = true;
localsidedeftextureoffsets = false;
distinctfloorandceilingbrightness = true;
// Special linedefs
include("SRB222_misc.cfg", "speciallinedefs");
@ -227,6 +225,8 @@ mapformat_udmf
// When this is set to true, sectors with the same tag will light up when a line is highlighted
linetagindicatesectors = false;
localsidedeftextureoffsets = false;
distinctfloorandceilingbrightness = true;
// Special linedefs
include("SRB222_misc.cfg", "speciallinedefs_udmf");