parent
e8f2f98048
commit
834ad7a58f
@ -25,8 +25,9 @@
|
|||||||
void
|
void
|
||||||
tag_print_types(Response &r) noexcept
|
tag_print_types(Response &r) noexcept
|
||||||
{
|
{
|
||||||
|
const auto tag_mask = global_tag_mask & r.GetTagMask();
|
||||||
for (unsigned i = 0; i < TAG_NUM_OF_ITEM_TYPES; i++)
|
for (unsigned i = 0; i < TAG_NUM_OF_ITEM_TYPES; i++)
|
||||||
if (IsTagEnabled(i))
|
if (tag_mask.Test(TagType(i)))
|
||||||
r.Format("tagtype: %s\n", tag_item_names[i]);
|
r.Format("tagtype: %s\n", tag_item_names[i]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user