| 10904 | } |
| 10905 | |
| 10906 | void cFodder::Sprite_Projectile_Counters_Decrease(sSprite* pSprite) { |
| 10907 | |
| 10908 | --mSprite_Projectile_Counters[pSprite->field_22]; |
| 10909 | } |
| 10910 | |
| 10911 | void cFodder::Sprite_Handle_ShadowSmall(sSprite* pSprite) { |
| 10912 | sSprite* Data24 = pSprite - 1; |
nothing calls this directly
no outgoing calls
no test coverage detected