| 4064 | |
| 4065 | |
| 4066 | void cFodder::Mission_Intro_Draw_OpenFodder() { |
| 4067 | // Draw OPEN FODDER |
| 4068 | { |
| 4069 | mString_GapCharID = 0x25; |
| 4070 | String_Print_Large("OPEN FODDER", true, 0x01); |
| 4071 | } |
| 4072 | |
| 4073 | // Draw Mission Name, or Map |
| 4074 | { |
| 4075 | int16 DrawY = 0xB5; |
| 4076 | |
| 4077 | DrawY += PLATFORM_BASED(0, 0x16); |
| 4078 | //String_Print_Large("CAMPAIGNS", false, DrawY); |
| 4079 | } |
| 4080 | } |
| 4081 | |
| 4082 | void cFodder::Mission_Intro_Draw_Mission_Name() { |
| 4083 |
nothing calls this directly
no outgoing calls
no test coverage detected