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

Method Briefing_Draw_Vertical_Line

Source/Fodder.cpp:10333–10339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10331}
10332
10333void 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
10341void cFodder::Sprite_Frame_Modifier_Update() {
10342

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected