| 16739 | } |
| 16740 | |
| 16741 | void cFodder::Intro_Print_String(const sIntroString* pString) { |
| 16742 | |
| 16743 | auto PosY = pString->mPosition + PLATFORM_BASED(-0x19, 9); |
| 16744 | |
| 16745 | String_CalculateWidth(320, mFont_Intro_Width, pString->mText); |
| 16746 | String_Print(mFont_Intro_Width, 0, mGUI_Temp_X, PosY, pString->mText); |
| 16747 | } |
| 16748 | |
| 16749 | void cFodder::Image_FadeIn() { |
| 16750 | mSurface->Save(); |
nothing calls this directly
no outgoing calls
no test coverage detected