| 10035 | } |
| 10036 | |
| 10037 | void 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 | |
| 10048 | void cFodder::Service_ScrollUp_DrawList() { |
| 10049 | mService_Promotion_Exit_Loop = -1; |