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

Function InitVClips

Descent3/vclip.cpp:192–197  ·  view source on GitHub ↗

Simply sets all vclips to unused

Source from the content-addressed store, hash-verified

190
191// Simply sets all vclips to unused
192void InitVClips() {
193 for (int i = 0; i < MAX_VCLIPS; i++)
194 GameVClips[i].used = 0;
195
196 atexit(FreeAllVClips);
197}
198
199// Allocs a vclip for use
200// Returns -1 on error

Callers 1

InitD3Systems1Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected