Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
335
void sync_init()
336
{
337
sgnMonsters = 16 * MyPlayerId;
338
memset(sgwLRU, 255, sizeof(sgwLRU));
339
}
340
341
} // namespace devilution
Callers
1
NetInit
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected