From 63fed10a38ba0ef767f4ee255df98fff83c0ac6c Mon Sep 17 00:00:00 2001
From: Nev3r <apophycens@gmail.com>
Date: Wed, 22 Apr 2020 10:12:09 +0200
Subject: [PATCH] Permit UDB config to set the per-texture offsets.

---
 extras/conf/udb/Includes/SRB222_common.cfg | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/extras/conf/udb/Includes/SRB222_common.cfg b/extras/conf/udb/Includes/SRB222_common.cfg
index d67835aeb..333aedbea 100644
--- a/extras/conf/udb/Includes/SRB222_common.cfg
+++ b/extras/conf/udb/Includes/SRB222_common.cfg
@@ -202,6 +202,9 @@ mapformat_udmf
 	defaultsavecompiler = "zdbsp_udmf_normal";
 	defaulttestcompiler = "zdbsp_udmf_fast";
 
+	// Enables support for individual offsets of upper/middle/lower sidedef textures
+	localsidedeftextureoffsets = true;
+
 	// Determines the textmap namespace
 	engine = "srb2";
 
-- 
GitLab