| 92 | } |
| 93 | |
| 94 | void SetGoal(ePhaseObjective pGoal, int pValue) { |
| 95 | if (pValue) |
| 96 | AddGoal(pGoal); |
| 97 | else |
| 98 | RemoveGoal(pGoal); |
| 99 | } |
| 100 | |
| 101 | void AddGoal(ePhaseObjective pGoal) { |
| 102 |
nothing calls this directly
no outgoing calls
no test coverage detected