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

Method Sidebar_Render_SquadIcon

Source/GUI_Element.cpp:1685–1690  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1683}
1684
1685void cFodder::Sidebar_Render_SquadIcon() {
1686 if (mSquad_Selected < 0)
1687 return;
1688
1689 mGraphics->Sidebar_Copy_Sprite_To_ScreenBufPtr(mSquad_Selected, 0, mGUI_Loop_Draw_Y);
1690}
1691
1692void cFodder::Sidebar_Clear_ScreenBufferPtr() {
1693

Callers

nothing calls this directly

Tested by

no test coverage detected