mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-22 11:51:25 +00:00
ZDRayInfo fixes - remove unused lm_gridsize
and fix name of lm_sampledist
(#1047)
GZDoom Game Configuration: fixed UDMF fields related to ZDRay. Fixes #1043. Fixes #1044.
This commit is contained in:
parent
e527b8bb78
commit
071818dc2d
1 changed files with 1 additions and 9 deletions
|
@ -908,16 +908,8 @@ universalfields
|
||||||
type = 1;
|
type = 1;
|
||||||
default = 1.0;
|
default = 1.0;
|
||||||
}
|
}
|
||||||
|
|
||||||
lm_gridsize
|
|
||||||
{
|
|
||||||
type = 1;
|
|
||||||
default = 32.0;
|
|
||||||
thingtypespecific = true;
|
|
||||||
managed = false;
|
|
||||||
}
|
|
||||||
|
|
||||||
lm_sampledistance
|
lm_sampledist
|
||||||
{
|
{
|
||||||
type = 0;
|
type = 0;
|
||||||
default = 8;
|
default = 8;
|
||||||
|
|
Loading…
Reference in a new issue