| 1477 | } |
| 1478 | |
| 1479 | void cFodder::GUI_Button_SelectQuiz() { |
| 1480 | Demo_Quiz(); |
| 1481 | mDemo_ExitMenu = -1; |
| 1482 | } |
| 1483 | |
| 1484 | void cFodder::GUI_Button_SelectMap2() { |
| 1485 | mGame_Data.mMission_Number = 2; |
nothing calls this directly
no outgoing calls
no test coverage detected