From 071818dc2d7cbe545c5d0140400f1968eb3ce626 Mon Sep 17 00:00:00 2001 From: Nash Muhandes Date: Sat, 4 May 2024 16:06:51 +0800 Subject: [PATCH] ZDRayInfo fixes - remove unused `lm_gridsize` and fix name of `lm_sampledist` (#1047) GZDoom Game Configuration: fixed UDMF fields related to ZDRay. Fixes #1043. Fixes #1044. --- Build/Configurations/Includes/ZDoom_misc.cfg | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/Build/Configurations/Includes/ZDoom_misc.cfg b/Build/Configurations/Includes/ZDoom_misc.cfg index bb6165f1..9056202b 100755 --- a/Build/Configurations/Includes/ZDoom_misc.cfg +++ b/Build/Configurations/Includes/ZDoom_misc.cfg @@ -908,16 +908,8 @@ universalfields type = 1; default = 1.0; } - - lm_gridsize - { - type = 1; - default = 32.0; - thingtypespecific = true; - managed = false; - } - lm_sampledistance + lm_sampledist { type = 0; default = 8;