Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/devilution
/ check_update_plr
Function
check_update_plr
Source/msg.cpp:1664–1668 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1662
}
1663
1664
void check_update_plr(int pnum)
1665
{
1666
if (gbMaxPlayers != 1 && pnum == myplr)
1667
pfile_update(TRUE);
1668
}
1669
1670
DWORD On_SYNCPUTITEM(TCmd *pCmd, int pnum)
1671
{
Callers
4
On_PUTITEM
Function · 0.85
On_SYNCPUTITEM
Function · 0.85
On_RESURRECT
Function · 0.85
On_PLRDEAD
Function · 0.85
Calls
1
pfile_update
Function · 0.85
Tested by
no test coverage detected