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

Function FindGameFile

editor/FilePageDialog.cpp:199–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199int FindGameFile(char *name) {
200 for (int i = 0; i < MAX_GAMEFILES; i++) {
201 if (Gamefiles[i].used && !stricmp(name, Gamefiles[i].name))
202 return i;
203 }
204 return -1;
205}
206
207void CFilePageDialog::OnCheckinFile() {
208 int r, n;

Callers 4

OnCheckinFileMethod · 0.85
OnDeleteFileMethod · 0.85
OnLockFileMethod · 0.85
OnOverrideMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected