Actually parse the new ZDRayInfo keys

This commit is contained in:
nashmuhandes 2022-06-15 19:36:11 +08:00 committed by Christoph Oelckers
parent ac5e969759
commit 004a962ed5
1 changed files with 6 additions and 0 deletions

View File

@ -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))