Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DescentDevelopers/Descent3
/ InitMarkers
Function
InitMarkers
Descent3/marker.cpp:94–97 ·
view source on GitHub ↗
Inits markers at game load
Source
from the content-addressed store, hash-verified
92
93
// Inits markers at game load
94
void InitMarkers() {
95
Marker_polynum = LoadPolyModel(
"marker.oof"
, 0);
96
ASSERT(Marker_polynum >= 0);
97
}
Callers
1
InitD3Systems2
Function · 0.85
Calls
1
LoadPolyModel
Function · 0.85
Tested by
no test coverage detected