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

Method GUI_Button_SelectMap2

Source/GUI_Element.cpp:1484–1488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1482}
1483
1484void cFodder::GUI_Button_SelectMap2() {
1485 mGame_Data.mMission_Number = 2;
1486 mGame_Data.Phase_Next();
1487 mDemo_ExitMenu = 1;
1488}
1489
1490void cFodder::GUI_Button_SelectMap3() {
1491 mGame_Data.mMission_Number = 3;

Callers

nothing calls this directly

Calls 1

Phase_NextMethod · 0.80

Tested by

no test coverage detected