| 11635 | } |
| 11636 | |
| 11637 | void cFodder::Sprite_Handle_Shrub2(sSprite* pSprite) { |
| 11638 | pSprite->field_8 = 0x93; |
| 11639 | Sprite_Handle_Exploidable(pSprite); |
| 11640 | } |
| 11641 | |
| 11642 | void cFodder::Sprite_Handle_Waterfall(sSprite* pSprite) { |
| 11643 | pSprite->field_8 = 0x94; |
nothing calls this directly
no outgoing calls
no test coverage detected