MCPcopy 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
2512void delta_init()
2513{
2514 memset(&sgJunk, 0xFF, sizeof(sgJunk));
2515 DeltaLevels.clear();
2516 LocalLevels.clear();
2517}
2518
2519void DeltaClearLevel(uint8_t level)
2520{

Callers 1

NetInitFunction · 0.85

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected