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

Function multi_check_drop_player

Source/multi.cpp:384–393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382}
383
384void multi_check_drop_player()
385{
386 int i;
387
388 for (i = 0; i < MAX_PLRS; i++) {
389 if (!(player_state[i] & 0x40000) && player_state[i] & 0x10000) {
390 SNetDropPlayer(i, 0x40000006);
391 }
392 }
393}
394
395void multi_process_network_packets()
396{

Callers 1

multi_begin_timeoutFunction · 0.85

Calls 1

SNetDropPlayerFunction · 0.85

Tested by

no test coverage detected