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

Method Service_Draw_List

Source/Fodder.cpp:10037–10046  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10035}
10036
10037void cFodder::Service_Draw_List() {
10038
10039 for(auto& Draw : mService_Draw_List) {
10040
10041 if (Draw.mY < 8)
10042 continue;
10043
10044 Service_Sprite_Draw(Draw.mSpriteType, Draw.mFrame, Draw.mX, Draw.mY);
10045 }
10046}
10047
10048void cFodder::Service_ScrollUp_DrawList() {
10049 mService_Promotion_Exit_Loop = -1;

Callers 1

CycleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected