(SubgameEntity ent)
| 820 | * =============== |
| 821 | */ |
| 822 | private void G_SetClientEvent(SubgameEntity ent) { |
| 823 | if (ent.s.event != 0) |
| 824 | return; |
| 825 | |
| 826 | if (ent.groundentity != null && xyspeed > 225) { |
| 827 | if ((int) (current_client.bobtime + bobmove) != bobcycle) |
| 828 | ent.s.event = Defines.EV_FOOTSTEP; |
| 829 | } |
| 830 | } |
| 831 | |
| 832 | /* |
| 833 | * =============== |
no outgoing calls
no test coverage detected