| 10331 | } |
| 10332 | |
| 10333 | void cFodder::Briefing_Draw_Vertical_Line(int16 pX, int16 pHeight, int16 pY, uint8 pColor) { |
| 10334 | |
| 10335 | do { |
| 10336 | Briefing_Draw_Pixel(pX, pY, pColor); |
| 10337 | ++pY; |
| 10338 | } while (pY <= pHeight); |
| 10339 | } |
| 10340 | |
| 10341 | void cFodder::Sprite_Frame_Modifier_Update() { |
| 10342 |
nothing calls this directly
no outgoing calls
no test coverage detected