Fixed a typo worthy of divine punishment.

This commit is contained in:
Nev3r 2020-04-13 19:45:41 +02:00
parent dbf0f14dc4
commit e820b9e369

View file

@ -33,7 +33,7 @@ void Taglist_AddToMapthings (const size_t tag, const size_t itemid);
#define TAG_ITER(group, tag, id)\
if (group[tag])\
for(id = group[tag]->elements[kkkk = 0] = 0;\
for(id = group[tag]->elements[kkkk = 0];\
kkkk < group[tag]->count;\
id = group[tag]->elements[++kkkk])