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

Method GUI_Button_SelectMap0

Source/GUI_Element.cpp:1467–1471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1465}
1466
1467void cFodder::GUI_Button_SelectMap0() {
1468 mGame_Data.mMission_Number = 0;
1469 mGame_Data.Phase_Next();
1470 mDemo_ExitMenu = 1;
1471}
1472
1473void cFodder::GUI_Button_SelectMap1() {
1474 mGame_Data.mMission_Number = 1;

Callers

nothing calls this directly

Calls 1

Phase_NextMethod · 0.80

Tested by

no test coverage detected