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

Method GUI_Sidebar_SplitButton_Draw

Source/GUI_Element.cpp:1618–1625  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1616}
1617
1618void cFodder::GUI_Sidebar_SplitButton_Draw() {
1619
1620 int16 Data0 = mGUI_Squad_Icons[mGUI_Loop_Squad_Current];
1621 int16 Data8 = 0;
1622 int16 DataC = mGUI_Loop_Draw_Y;
1623
1624 mGraphics->Sidebar_Copy_Sprite_To_ScreenBufPtr(Data0, Data8, DataC);
1625}
1626
1627void cFodder::GUI_Prepare_Button_Squad() {
1628 sGUI_Element* Element = mGUI_NextFreeElement;

Callers

nothing calls this directly

Tested by

no test coverage detected