Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
283
void sync_init()
284
{
285
sgnMonsters = 16 * myplr;
286
memset(sgwLRU, 255, sizeof(sgwLRU));
287
}
288
289
DEVILUTION_END_NAMESPACE
Callers
1
NetInit
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected