MCPcopy Create free account
hub / github.com/diasurgical/devilution / msg_free_packets

Function msg_free_packets

Source/msg.cpp:103–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103void msg_free_packets()
104{
105 while (sgpMegaPkt) {
106 sgpCurrPkt = sgpMegaPkt->pNext;
107 MemFreeDbg(sgpMegaPkt);
108 sgpMegaPkt = sgpCurrPkt;
109 }
110}
111
112int msg_wait_for_turns()
113{

Callers 2

msg_wait_resyncFunction · 0.85
msg_process_net_packetsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected