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

Method Reset

Descent3/pilot.cpp:2109–2114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2107 int *idlist; // array of remapping indicies (list index->ship index)
2108 void Init() { idlist = NULL; }
2109 void Reset() {
2110 if (idlist) {
2111 mem_free(idlist);
2112 idlist = NULL;
2113 }
2114 }
2115};
2116
2117tCustomListInfo *lp_cust_bmps = NULL;

Callers 3

UpdateGraphicsListboxFunction · 0.45
UpdateAudioTauntBoxesFunction · 0.45
PltSelectShipFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected