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

Function MultiDoConfigLoad

Descent3/multi_ui.cpp:1077–1083  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1075}
1076
1077void MultiDoConfigLoad(void) {
1078 char file[_MAX_PATH * 2];
1079
1080 ddio_MakePath(file, Base_directory, "custom", "settings", NULL);
1081 if (DoPathFileDialog(false, file, TXT_MULTILOADSET, "*.mps", PFDF_FILEMUSTEXIST))
1082 MultiLoadSettings(file);
1083}
1084
1085#define CHAR_LEFT_ARROW 24
1086#define CHAR_UP_ARROW 25

Callers

nothing calls this directly

Calls 3

DoPathFileDialogFunction · 0.85
MultiLoadSettingsFunction · 0.85
ddio_MakePathFunction · 0.50

Tested by

no test coverage detected