| 4539 | } |
| 4540 | |
| 4541 | void cFodder::Campaign_Select_File_Loop(const char* pTitle, const char* pSubTitle) { |
| 4542 | |
| 4543 | do { |
| 4544 | Campaign_Select_File_Cycle(pTitle, pSubTitle); |
| 4545 | Video_Sleep(); |
| 4546 | |
| 4547 | } while (mGUI_SaveLoadAction <= 0); |
| 4548 | |
| 4549 | mPhase_Aborted = false; |
| 4550 | |
| 4551 | if (mGUI_SaveLoadAction == 3) |
| 4552 | return; |
| 4553 | |
| 4554 | Image_FadeOut(); |
| 4555 | } |
| 4556 | |
| 4557 | /** |
| 4558 | * Display a list of custom maps |
nothing calls this directly
no outgoing calls
no test coverage detected