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

Function sync_init

Source/sync.cpp:283–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281}
282
283void sync_init()
284{
285 sgnMonsters = 16 * myplr;
286 memset(sgwLRU, 255, sizeof(sgwLRU));
287}
288
289DEVILUTION_END_NAMESPACE

Callers 1

NetInitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected