| 648 | } |
| 649 | |
| 650 | static void Tablist_Init(void) { |
| 651 | TabList_Set(ENTITIES_SELF_ID, &Game_Username, &Game_Username, &String_Empty, 0); |
| 652 | } |
| 653 | |
| 654 | static void TabList_Clear(void) { |
| 655 | Mem_Set(TabList.NameOffsets, 0, sizeof(TabList.NameOffsets)); |
nothing calls this directly
no test coverage detected