Remove some of the recognized UDMF keys for static lights, as ZDRay no longer uses them for light baking.

This commit is contained in:
nashmuhandes 2022-02-16 04:40:23 +08:00 committed by Christoph Oelckers
parent bba806f43e
commit 01876dfcec
2 changed files with 0 additions and 6 deletions

View file

@ -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:

View file

@ -853,8 +853,6 @@ xx(Pagename)
//xx(lightcolor) // already defined
xx(lightintensity)
xx(lightdistance)
xx(lightinnerangle)
xx(lightouterangle)
xx(lightcolorfloor)
xx(lightintensityfloor)
xx(lightdistancefloor)