Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/DevilutionX
/ delta_init
Function
delta_init
Source/msg.cpp:2512–2517 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2510
}
2511
2512
void delta_init()
2513
{
2514
memset(&sgJunk, 0xFF, sizeof(sgJunk));
2515
DeltaLevels.clear();
2516
LocalLevels.clear();
2517
}
2518
2519
void DeltaClearLevel(uint8_t level)
2520
{
Callers
1
NetInit
Function · 0.85
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected