| 1616 | } |
| 1617 | |
| 1618 | void 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 | |
| 1627 | void cFodder::GUI_Prepare_Button_Squad() { |
| 1628 | sGUI_Element* Element = mGUI_NextFreeElement; |
nothing calls this directly
no test coverage detected