MCPcopy 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
94void InitMarkers() {
95 Marker_polynum = LoadPolyModel("marker.oof", 0);
96 ASSERT(Marker_polynum >= 0);
97}

Callers 1

InitD3Systems2Function · 0.85

Calls 1

LoadPolyModelFunction · 0.85

Tested by

no test coverage detected