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

Function PltGetPilotsFree

Descent3/pilot.cpp:1831–1837  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1829static int pltgetname_count = 0;
1830
1831void PltGetPilotsFree(void) {
1832 if (pltgetname_list) {
1833 mem_free(pltgetname_list);
1834 pltgetname_list = NULL;
1835 }
1836 pltgetname_count = 0;
1837}
1838
1839char **PltGetPilots(int *count, char *ignore_filename, int display_default_configs) {
1840 static char **pname_list = NULL;

Callers 4

OnInitDialogMethod · 0.85
PilotSelectFunction · 0.85
PilotCopyDefaultControlsFunction · 0.85
PltGetPilotsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected