| 11615 | } |
| 11616 | |
| 11617 | void cFodder::Sprite_Handle_Shrub(sSprite* pSprite) { |
| 11618 | pSprite->field_8 = 0x8F; |
| 11619 | Sprite_Handle_Exploidable(pSprite); |
| 11620 | } |
| 11621 | |
| 11622 | void cFodder::Sprite_Handle_Tree(sSprite* pSprite) { |
| 11623 | pSprite->field_8 = 0x90; |
nothing calls this directly
no outgoing calls
no test coverage detected