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

Function DebugGraph_Disable

Descent3/debuggraph.cpp:244–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244void DebugGraph_Disable(int id) {
245 int bit = 0x01 << id;
246 graph_mask &= ~bit;
247}
248
249void DebugGraph_Update(int id, int value) {
250 if (id < 0 || id >= graph_num_nodes)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected