| 493 | } |
| 494 | |
| 495 | void cFodder::GUI_Sidebar_Rockets_CurrentSquad_Draw() { |
| 496 | |
| 497 | GUI_Sidebar_Rockets_Draw(mSquad_Selected); |
| 498 | } |
| 499 | |
| 500 | void cFodder::GUI_Sidebar_Rockets_Draw(int16 pData0) { |
| 501 |
nothing calls this directly
no outgoing calls
no test coverage detected