| 11625 | } |
| 11626 | |
| 11627 | void cFodder::Sprite_Handle_BuildingRoof(sSprite* pSprite) { |
| 11628 | pSprite->field_8 = 0x91; |
| 11629 | Sprite_Handle_Exploidable(pSprite); |
| 11630 | } |
| 11631 | |
| 11632 | void cFodder::Sprite_Handle_Snowman(sSprite* pSprite) { |
| 11633 | pSprite->field_8 = 0x92; |
nothing calls this directly
no outgoing calls
no test coverage detected