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

Function multi_player_left

Source/multi.cpp:208–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208void multi_player_left(int pnum, int reason)
209{
210 sgbPlayerLeftGameTbl[pnum] = TRUE;
211 sgdwPlayerLeftReasonTbl[pnum] = reason;
212 multi_clear_left_tbl();
213}
214
215void multi_clear_left_tbl()
216{

Callers 1

msg_pre_packetFunction · 0.85

Calls 1

multi_clear_left_tblFunction · 0.85

Tested by

no test coverage detected