MCPcopy Create free account
hub / github.com/diasurgical/DevilutionX / sync_init

Function sync_init

Source/sync.cpp:335–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333}
334
335void sync_init()
336{
337 sgnMonsters = 16 * MyPlayerId;
338 memset(sgwLRU, 255, sizeof(sgwLRU));
339}
340
341} // namespace devilution

Callers 1

NetInitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected