mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-02-20 19:02:12 +00:00
GZDoom Game Configuration: fixes to ZDRay things
This commit is contained in:
parent
d5f3eb2997
commit
4581c5fec6
2 changed files with 1 additions and 9 deletions
|
@ -79,7 +79,6 @@ gzdoom_lights
|
|||
{
|
||||
lm_suncolor;
|
||||
lm_sampledistance;
|
||||
lm_gridsize;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -747,14 +747,7 @@ universalfields
|
|||
lm_sampledistance
|
||||
{
|
||||
type = 0;
|
||||
default = 8;
|
||||
thingtypespecific = true;
|
||||
}
|
||||
|
||||
lm_gridsize
|
||||
{
|
||||
type = 1;
|
||||
default = 32.0;
|
||||
default = 16;
|
||||
thingtypespecific = true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue