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

Method Service_ScrollUp_DrawList

Source/Fodder.cpp:10048–10059  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10046}
10047
10048void cFodder::Service_ScrollUp_DrawList() {
10049 mService_Promotion_Exit_Loop = -1;
10050
10051 for (auto& Draw : mService_Draw_List) {
10052
10053 Draw.mY -= 1;
10054
10055 if(Draw.mY >= -4)
10056 mService_Promotion_Exit_Loop = 0;
10057
10058 }
10059}
10060
10061void cFodder::Service_Draw_String(const std::string& pText, const uint8* pData28, int16 pData0, int16 pData8, int16 pDataC) {
10062

Callers 1

CycleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected