| 619 | } |
| 620 | |
| 621 | void cFodder::GUI_Sidebar_Squad1_Prepare() { |
| 622 | int16 Data4 = mGUI_Squad_NextDraw_Y; |
| 623 | if (Data4) |
| 624 | Data4 += 5; |
| 625 | |
| 626 | GUI_Sidebar_Prepare(1, Data4); |
| 627 | } |
| 628 | |
| 629 | void cFodder::GUI_Sidebar_Squad2_Prepare() { |
| 630 | int16 Data4 = mGUI_Squad_NextDraw_Y; |
nothing calls this directly
no outgoing calls
no test coverage detected