| 2112 | } |
| 2113 | |
| 2114 | void 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected