| 19334 | } |
| 19335 | |
| 19336 | void cFodder::Mission_Troops_Clear_Selected() { |
| 19337 | |
| 19338 | for(auto& Troop : mGame_Data.mSoldiers_Allocated) |
| 19339 | Troop.mSelected &= 0; |
| 19340 | } |
| 19341 | |
| 19342 | void cFodder::sub_303AE() { |
| 19343 | GUI_Sidebar_Grenades_CurrentSquad_Draw(); |
nothing calls this directly
no outgoing calls
no test coverage detected