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

Function GetFailedXLateItemName

Descent3/LoadLevel.cpp:1360–1367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1358}
1359
1360char *GetFailedXLateItemName(int type, int id) {
1361 for (int i = 0; i < Num_failed_xlate_items; i++) {
1362 if ((Failed_xlate_items[i].type == type) && (Failed_xlate_items[i].id == id))
1363 return Failed_xlate_items[i].name;
1364 }
1365
1366 return "<unknown>";
1367}
1368
1369#endif
1370

Callers 1

ReadObjectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected