mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-29 23:33:00 +00:00
Forgot to add the new ZDRayInfo keywords in the UDMF parser
This commit is contained in:
parent
9b853dd275
commit
e40c927624
1 changed files with 3 additions and 0 deletions
|
@ -762,6 +762,9 @@ public:
|
||||||
case NAME_sundirx:
|
case NAME_sundirx:
|
||||||
case NAME_sundiry:
|
case NAME_sundiry:
|
||||||
case NAME_sundirz:
|
case NAME_sundirz:
|
||||||
|
case NAME_sampledistance:
|
||||||
|
case NAME_bounces:
|
||||||
|
case NAME_gridsize:
|
||||||
CHECK_N(Zd | Zdt)
|
CHECK_N(Zd | Zdt)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue