From fad0e8126d55a063e05600d0c318edade71caf57 Mon Sep 17 00:00:00 2001 From: biwa <6475593+biwa@users.noreply.github.com> Date: Fri, 29 Sep 2023 21:31:50 +0200 Subject: [PATCH] GZDoom Game Configuration: added lightmap UDMF properties for sidedefs --- Build/Configurations/Includes/ZDoom_misc.cfg | 24 ++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/Build/Configurations/Includes/ZDoom_misc.cfg b/Build/Configurations/Includes/ZDoom_misc.cfg index 207c0296..16db85f3 100755 --- a/Build/Configurations/Includes/ZDoom_misc.cfg +++ b/Build/Configurations/Includes/ZDoom_misc.cfg @@ -529,6 +529,30 @@ universalfields type = 3; default = false; } + + lm_sampledist_line + { + type = 0; + default = 0; + } + + lm_sampledist_top + { + type = 0; + default = 0; + } + + lm_sampledist_mid + { + type = 0; + default = 0; + } + + lm_sampledist_bot + { + type = 0; + default = 0; + } } thing