mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-02-02 22:01:41 +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);
|
th->friendlyseeblocks = CheckInt(key);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case NAME_zdraysuncolor:
|
||||||
|
case NAME_zdraysampledistance:
|
||||||
|
case NAME_zdraygridsize:
|
||||||
|
CHECK_N(Zd | Zdt)
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
CHECK_N(Zd | Zdt)
|
CHECK_N(Zd | Zdt)
|
||||||
if (0 == strnicmp("user_", key.GetChars(), 5))
|
if (0 == strnicmp("user_", key.GetChars(), 5))
|
||||||
|
|
Loading…
Reference in a new issue