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

Method Mission_Intro_Draw_OpenFodder

Source/Fodder.cpp:4066–4080  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4064
4065
4066void 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
4082void cFodder::Mission_Intro_Draw_Mission_Name() {
4083

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected