MCPcopy Create free account
hub / github.com/assaultcube/AC / freeblock

Function freeblock

source/src/worldlight.cpp:436–439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

434}
435
436void freeblock(block *&b)
437{
438 if(b) { freeblockp(b); b = NULL; }
439}
440

Callers 11

empty_worldFunction · 0.85
preparedynlightFunction · 0.85
cleardynlightsFunction · 0.85
removedynlightsFunction · 0.85
loopvFunction · 0.85
editundoFunction · 0.85
editredoFunction · 0.85
restoreeditundoFunction · 0.85
resetcopybuffersFunction · 0.85
movemapFunction · 0.85
selfliprotateFunction · 0.85

Calls 1

freeblockpFunction · 0.85

Tested by

no test coverage detected