| 150 | } |
| 151 | |
| 152 | void zThrownCollide_BSandyHead(zThrownStruct* thrown, xEntCollis* collis, F32* bounce, |
| 153 | F32* friction) |
| 154 | { |
| 155 | sThrowButtonMask = 0x40; |
| 156 | zThrownCollide_CauseDamage(thrown, collis); |
| 157 | *bounce = 0.0f; |
| 158 | *friction = 0.0f; |
| 159 | } |
| 160 | |
| 161 | void zThrownCollide_Tiki(zThrownStruct* thrown, xEntCollis* collis, F32* bounce, F32* friction) |
| 162 | { |
nothing calls this directly
no test coverage detected