Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1359
void InitBigObjects() { Num_big_objects = 0; }
1360
1361
void BigObjAdd(int objnum) {
1362
ASSERT(Num_big_objects < MAX_BIG_OBJECTS);
Callers
2
LGSObjects
Function · 0.85
ResetObjectList
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected