| 11630 | } |
| 11631 | |
| 11632 | void cFodder::Sprite_Handle_Snowman(sSprite* pSprite) { |
| 11633 | pSprite->field_8 = 0x92; |
| 11634 | Sprite_Handle_Exploidable(pSprite); |
| 11635 | } |
| 11636 | |
| 11637 | void cFodder::Sprite_Handle_Shrub2(sSprite* pSprite) { |
| 11638 | pSprite->field_8 = 0x93; |
nothing calls this directly
no outgoing calls
no test coverage detected