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

Function PilotInit

Descent3/pilot.cpp:729–732  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

727}
728
729void PilotInit(void) {
730 PilotInitData(&Current_pilot);
731 atexit(PilotShutdown);
732}
733
734void PilotInitData(pilot *plt) {
735 if (!plt) {

Callers 1

InitD3Systems2Function · 0.85

Calls 1

PilotInitDataFunction · 0.85

Tested by

no test coverage detected