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

Function msg_process_net_packets

Source/msg.cpp:145–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145void msg_process_net_packets()
146{
147 if (gbMaxPlayers != 1) {
148 gbBufferMsgs = 2;
149 msg_pre_packet();
150 gbBufferMsgs = 0;
151 msg_free_packets();
152 }
153}
154
155void msg_pre_packet()
156{

Callers 1

run_game_loopFunction · 0.85

Calls 2

msg_pre_packetFunction · 0.85
msg_free_packetsFunction · 0.85

Tested by

no test coverage detected