| 1216 | } |
| 1217 | |
| 1218 | void cFodder::Squad_Set_Squad_Leader() { |
| 1219 | |
| 1220 | mSquad_Leader = &mSprites[0]; |
| 1221 | } |
| 1222 | |
| 1223 | void cFodder::Sprite_Clear_All() { |
| 1224 | mSprites.resize(mParams->mSpritesMax); |
nothing calls this directly
no outgoing calls
no test coverage detected