MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / NPCPS_freeMsg

Function NPCPS_freeMsg

src/SB/Game/zNPCMessenger.cpp:231–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229}
230
231static void NPCPS_freeMsg(NPCMsg* inmsg)
232{
233 NPCPSData* post_office = NPCPS_postOffice();
234 inmsg->next = post_office->msgfree;
235 post_office->msgfree = inmsg;
236}
237
238static NPCMsg g_msgdata;
239

Callers 1

zNPCMsg_TimestepFunction · 0.85

Calls 1

NPCPS_postOfficeFunction · 0.85

Tested by

no test coverage detected