| 517 | } |
| 518 | |
| 519 | void SetModActive(uint *id, int *active) |
| 520 | { |
| 521 | if (*id >= modList.size()) |
| 522 | return; |
| 523 | |
| 524 | modList[*id].active = *active; |
| 525 | } |
| 526 | |
| 527 | void MoveMod(uint *id, int *up) |
| 528 | { |
nothing calls this directly
no outgoing calls
no test coverage detected