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

Function On_SYNCDATA

Source/msg.cpp:1289–1292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1287}
1288
1289DWORD On_SYNCDATA(TCmd *pCmd, int pnum)
1290{
1291 return sync_update(pnum, (const BYTE *)pCmd);
1292}
1293
1294DWORD On_WALKXY(TCmd *pCmd, int pnum)
1295{

Callers 1

ParseCmdFunction · 0.85

Calls 1

sync_updateFunction · 0.85

Tested by

no test coverage detected