Add missing namespace checks
This commit is contained in:
parent
ad4a923cc9
commit
814ef6370e
1 changed files with 3 additions and 0 deletions
|
|
@ -845,10 +845,12 @@ public:
|
|||
break;
|
||||
|
||||
case NAME_lm_bounce:
|
||||
CHECK_N(Zd | Zdt)
|
||||
Level->LightBounce = CheckBool(key);
|
||||
break;
|
||||
|
||||
case NAME_lm_ao:
|
||||
CHECK_N(Zd | Zdt)
|
||||
Level->AmbientOcclusion = CheckBool(key);
|
||||
break;
|
||||
|
||||
|
|
@ -2308,6 +2310,7 @@ public:
|
|||
break;
|
||||
|
||||
case NAME_lm_dynamic:
|
||||
CHECK_N(Zd | Zdt)
|
||||
Flag(sec->Flags, SECF_LM_DYNAMIC, key);
|
||||
continue;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue