| 4452 | } |
| 4453 | |
| 4454 | void zEntPlayer_setBoulderMode(U32 mode) |
| 4455 | { |
| 4456 | if (mode != 0) |
| 4457 | { |
| 4458 | boulderRollShouldStart = 1; |
| 4459 | boulderRollShouldEnd = 0; |
| 4460 | } |
| 4461 | else |
| 4462 | { |
| 4463 | boulderRollShouldStart = 0; |
| 4464 | boulderRollShouldEnd = 1; |
| 4465 | } |
| 4466 | } |
| 4467 | |
| 4468 | S32 zEntPlayer_Damage(xBase* src, U32 damage, const xVec3* knockback) |
| 4469 | { |
no outgoing calls
no test coverage detected