MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / Phase_Goals_Set

Method Phase_Goals_Set

Source/Fodder.cpp:2638–2647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2636}
2637
2638void 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
2649void cFodder::Phase_Progress_Check() {
2650

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected