diff --git a/Build/Configurations/Includes/SRB222_common.cfg b/Build/Configurations/Includes/SRB222_common.cfg index 0e1df4a5..472dde8a 100644 --- a/Build/Configurations/Includes/SRB222_common.cfg +++ b/Build/Configurations/Includes/SRB222_common.cfg @@ -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");