| 2636 | } |
| 2637 | |
| 2638 | void cFodder::Phase_Goals_Set() { |
| 2639 | |
| 2640 | for (auto& Goal : mGame_Data.mGamePhase_Data.mGoals_Remaining) |
| 2641 | Goal = false; |
| 2642 | |
| 2643 | for (auto Goal : mGame_Data.mPhase_Current->mGoals) { |
| 2644 | |
| 2645 | mGame_Data.mGamePhase_Data.mGoals_Remaining[Goal - 1] = true; |
| 2646 | } |
| 2647 | } |
| 2648 | |
| 2649 | void cFodder::Phase_Progress_Check() { |
| 2650 |
nothing calls this directly
no outgoing calls
no test coverage detected