Skip to content
Snippets Groups Projects
Commit e3dfdb44 authored by Nev3r's avatar Nev3r
Browse files

Add currently unused auxiliary function.

parent b690d35a
No related branches found
No related tags found
1 merge request!1097UDMF: Multitag support
......@@ -111,6 +111,12 @@ static void Taglist_AddToMapthings (const mtag_t tag, const size_t itemid)
tagelems->elements[tagelems->count - 1] = itemid;
}
void Tag_SectorFSet (const size_t id, const mtag_t tag)
{
sector_t* sec = &sectors[id];
Tag_FSet(&sec->tags, tag);
}
void Taglist_InitGlobalTables(void)
{
size_t i, j;
......
......@@ -23,6 +23,8 @@ boolean Tag_Share (const taglist_t* list1, const taglist_t* list2);
boolean Tag_Compare (const taglist_t* list1, const taglist_t* list2);
void Tag_SectorFSet (const size_t id, const mtag_t tag);
typedef struct
{
size_t *elements;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment