Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
208
void multi_player_left(int pnum, int reason)
209
{
210
sgbPlayerLeftGameTbl[pnum] = TRUE;
211
sgdwPlayerLeftReasonTbl[pnum] = reason;
212
multi_clear_left_tbl();
213
}
214
215
void multi_clear_left_tbl()
216
{
Callers
1
msg_pre_packet
Function · 0.85
Calls
1
multi_clear_left_tbl
Function · 0.85
Tested by
no test coverage detected