Commit a4f2fad4 authored by claes's avatar claes

CastAttr in pwr_sAttrRef.Flags

parent a2d0a3c1
......@@ -408,6 +408,9 @@ pwr_sAttrRef *wb_attribute::aref(pwr_sAttrRef *arp) const
if ( m_shadowed)
arp->Flags.b.Shadowed = 1;
if ( m_flags & PWR_MASK_CASTATTR)
arp->Flags.b.CastAttr = 1;
return arp;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment