mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-21 03:21:28 +00:00
Remove some of the recognized UDMF keys for static lights, as ZDRay no longer uses them for light baking.
This commit is contained in:
parent
bba806f43e
commit
01876dfcec
2 changed files with 0 additions and 6 deletions
|
@ -753,11 +753,7 @@ public:
|
|||
th->friendlyseeblocks = CheckInt(key);
|
||||
break;
|
||||
|
||||
case NAME_Lightcolor:
|
||||
case NAME_lightintensity:
|
||||
case NAME_lightdistance:
|
||||
case NAME_lightinnerangle:
|
||||
case NAME_lightouterangle:
|
||||
case NAME_suncolor:
|
||||
case NAME_sundirx:
|
||||
case NAME_sundiry:
|
||||
|
|
|
@ -853,8 +853,6 @@ xx(Pagename)
|
|||
//xx(lightcolor) // already defined
|
||||
xx(lightintensity)
|
||||
xx(lightdistance)
|
||||
xx(lightinnerangle)
|
||||
xx(lightouterangle)
|
||||
xx(lightcolorfloor)
|
||||
xx(lightintensityfloor)
|
||||
xx(lightdistancefloor)
|
||||
|
|
Loading…
Reference in a new issue