| 604 | } |
| 605 | |
| 606 | void cFodder::GUI_Sidebar_MapButton_Prepare() { |
| 607 | |
| 608 | mGUI_NextFreeElement = mGUI_Elements; |
| 609 | |
| 610 | Sidebar_Clear_ScreenBufferPtr(); |
| 611 | |
| 612 | GUI_Sidebar_MapButton_RenderWrapper(); |
| 613 | } |
| 614 | |
| 615 | void cFodder::GUI_Sidebar_Squad0_Prepare() { |
| 616 | mGUI_Squad_NextDraw_Y = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected