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

Function PilotInitData

Descent3/pilot.cpp:734–740  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

732}
733
734void PilotInitData(pilot *plt) {
735 if (!plt) {
736 Int3();
737 } else {
738 plt->clean(true);
739 }
740}
741
742// VerifyPilotData
743//

Callers 2

PilotInitFunction · 0.85
PilotCreateFunction · 0.85

Calls 1

cleanMethod · 0.80

Tested by

no test coverage detected