mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
ZDRay keyword updates.
This commit is contained in:
parent
a46db69db9
commit
6caa491595
2 changed files with 6 additions and 18 deletions
|
@ -753,14 +753,6 @@ public:
|
|||
th->friendlyseeblocks = CheckInt(key);
|
||||
break;
|
||||
|
||||
case NAME_lightintensity:
|
||||
case NAME_suncolor:
|
||||
case NAME_sampledistance:
|
||||
case NAME_bounces:
|
||||
case NAME_gridsize:
|
||||
CHECK_N(Zd | Zdt)
|
||||
break;
|
||||
|
||||
default:
|
||||
CHECK_N(Zd | Zdt)
|
||||
if (0 == strnicmp("user_", key.GetChars(), 5))
|
||||
|
@ -1131,9 +1123,9 @@ public:
|
|||
ld->healthgroup = CheckInt(key);
|
||||
break;
|
||||
|
||||
case NAME_Lightcolor:
|
||||
case NAME_lightintensity:
|
||||
case NAME_lightdistance:
|
||||
case NAME_lightcolorline:
|
||||
case NAME_lightintensityline:
|
||||
case NAME_lightdistanceline:
|
||||
CHECK_N(Zd | Zdt)
|
||||
break;
|
||||
|
||||
|
|
|
@ -850,16 +850,12 @@ xx(Sky)
|
|||
xx(Pagename)
|
||||
|
||||
// Lightmap keywords
|
||||
//xx(lightcolor) // already defined
|
||||
xx(lightintensity)
|
||||
xx(lightdistance)
|
||||
xx(lightcolorline)
|
||||
xx(lightintensityline)
|
||||
xx(lightdistanceline)
|
||||
xx(lightcolorfloor)
|
||||
xx(lightintensityfloor)
|
||||
xx(lightdistancefloor)
|
||||
xx(lightcolorceiling)
|
||||
xx(lightintensityceiling)
|
||||
xx(lightdistanceceiling)
|
||||
xx(suncolor)
|
||||
xx(sampledistance)
|
||||
xx(bounces)
|
||||
xx(gridsize)
|
||||
|
|
Loading…
Reference in a new issue