Skip to content

Commit 29e1033

Browse files
nashmuhandesmadame-rachelle
authored andcommitted
ZDRay specs fix
1 parent d45a4f1 commit 29e1033

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

specs/udmf_zdoom.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ Note: All <bool> fields default to false unless mentioned otherwise.
424424

425425
lm_sampledist = <int>; // ZDRay lightmap sample distance for the entire map. Defines the map units each lightmap texel covers. Must be in powers of two. Default = 8
426426
lm_suncolor = <string>; // ZDRay lightmap sun color in hex. Default = "FFFFFF"
427-
sourceradius = <float>; // ZDRay lightmap light soft shadow amount. Higher values produce softer shadows. Default = 5.0
427+
SourceRadius = <float>; // ZDRay lightmap light and raytraced dynamic light soft shadow amount. Higher values produce softer shadows. Default = 5.0
428428

429429
friendlyseeblocks = <int>; // How far (in block units) a friendly monster can see other monsters. Default 10
430430

src/namedef_custom.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,9 @@ xx(lm_sampledist_ceiling)
863863
xx(lm_dynamic)
864864
xx(lm_suncolor)
865865
xx(lm_sampledist)
866-
xx(sourceradius)
866+
867+
// Light keywords
868+
xx(SourceRadius)
867869

868870
xx(skew_bottom_type)
869871
xx(skew_middle_type)

0 commit comments

Comments
 (0)