mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
Actually parse the new ZDRayInfo keys
This commit is contained in:
parent
ac5e969759
commit
004a962ed5
1 changed files with 6 additions and 0 deletions
|
@ -753,6 +753,12 @@ public:
|
|||
th->friendlyseeblocks = CheckInt(key);
|
||||
break;
|
||||
|
||||
case NAME_zdraysuncolor:
|
||||
case NAME_zdraysampledistance:
|
||||
case NAME_zdraygridsize:
|
||||
CHECK_N(Zd | Zdt)
|
||||
break;
|
||||
|
||||
default:
|
||||
CHECK_N(Zd | Zdt)
|
||||
if (0 == strnicmp("user_", key.GetChars(), 5))
|
||||
|
|
Loading…
Reference in a new issue