| 9104 | } |
| 9105 | |
| 9106 | void cFodder::Sprite_Handle_Player_DestroyAll() { |
| 9107 | |
| 9108 | for(auto& Sprite : mSprites) { |
| 9109 | |
| 9110 | if (Sprite.field_0 == -32768) |
| 9111 | continue; |
| 9112 | |
| 9113 | if (Sprite.field_18 == eSprite_Player) |
| 9114 | Sprite_Troop_Dies(&Sprite); |
| 9115 | } |
| 9116 | } |
| 9117 | |
| 9118 | void cFodder::Sprite_Handle_Player_Destroy_Unk() { |
| 9119 |
nothing calls this directly
no outgoing calls
no test coverage detected