| 4784 | } |
| 4785 | |
| 4786 | void zEntPlayerJumpAddDriver(xEnt* ent) |
| 4787 | { |
| 4788 | if (sDriveVel.y > 0.0f) |
| 4789 | { |
| 4790 | ent->frame->vel.y += sDriveVel.y; |
| 4791 | } |
| 4792 | } |
| 4793 | |
| 4794 | static void zEntPlayerJumpLand(xEnt* ent) |
| 4795 | { |
no outgoing calls
no test coverage detected