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

Method Recruit_CheckLoadSaveButtons

Source/Recruits.cpp:2114–2125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2112}
2113
2114void cFodder::Recruit_CheckLoadSaveButtons() {
2115
2116 mVersionPlatformSwitchDisabled = true;
2117 if (mRecruit_Button_Load_Pressed) {
2118 Game_Load();
2119
2120 }
2121 else if (mRecruit_Button_Save_Pressed) {
2122 Game_Save_Wrapper();
2123 }
2124 mVersionPlatformSwitchDisabled = false;
2125}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected