| 1556 | |
| 1557 | |
| 1558 | void cFodder::GUI_Loop_Draw_Prepare(int16& pData0, int16& pData4) { |
| 1559 | mGUI_Loop_Squad_Current = pData0; |
| 1560 | mGUI_Loop_Draw_Y = pData4; |
| 1561 | mGUI_Loop_Is_CurrentSquad = 0; |
| 1562 | |
| 1563 | if (pData0 == mSquad_Selected) |
| 1564 | mGUI_Loop_Is_CurrentSquad = -1; |
| 1565 | } |
| 1566 | |
| 1567 | void cFodder::GUI_Sidebar_Prepare(int16 pSquadNumber, int16 pData4) { |
| 1568 |
nothing calls this directly
no outgoing calls
no test coverage detected