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

Function InitObjects

source/games/exhumed/src/object.cpp:354–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352//---------------------------------------------------------------------------
353
354void InitObjects()
355{
356 sTrap.Clear();
357 sBob.Clear();
358 sTrail.Clear();
359 sTrailPoint.Clear();
360 ObjectList.Clear();
361 sMoveSect.Clear();
362 sDrip.Clear();
363 EnergyBlocks.Clear();
364
365 nDronePitch = 0;
366 nFinaleStage = 0;
367 lFinaleStart = 0;
368 nSmokeSparks = 0;
369}
370
371// done
372void InitElev()

Callers 1

LoadLevelFunction · 0.85

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected