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

Function delta_init

Source/msg.cpp:298–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296}
297
298void delta_init()
299{
300 sgbDeltaChanged = FALSE;
301 memset(&sgJunk, 0xFF, sizeof(sgJunk));
302 memset(sgLevels, 0xFF, sizeof(sgLevels));
303 memset(sgLocals, 0, sizeof(sgLocals));
304 deltaload = FALSE;
305}
306
307void delta_kill_monster(int mi, BYTE x, BYTE y, BYTE bLevel)
308{

Callers 1

NetInitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected