MCPcopy Create free account
hub / github.com/ZDoom/Raze / SweepDone

Function SweepDone

source/common/objects/dobjgc.cpp:437–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

435//==========================================================================
436
437static void SweepDone()
438{
439 HadToDestroy = ToDestroy != nullptr;
440 State = HadToDestroy ? GCS_Destroy : GCS_Done;
441}
442
443//==========================================================================
444//

Callers 1

SingleStepFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected