MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / InitBigObjects

Function InitBigObjects

Descent3/object.cpp:1359–1359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1357}
1358
1359void InitBigObjects() { Num_big_objects = 0; }
1360
1361void BigObjAdd(int objnum) {
1362 ASSERT(Num_big_objects < MAX_BIG_OBJECTS);

Callers 2

LGSObjectsFunction · 0.85
ResetObjectListFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected