summaryrefslogtreecommitdiff
path: root/src/game/g_active.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_active.c')
-rw-r--r--src/game/g_active.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/game/g_active.c b/src/game/g_active.c
index 4d35b6a0..94a8e8c9 100644
--- a/src/game/g_active.c
+++ b/src/game/g_active.c
@@ -1606,13 +1606,6 @@ void ClientThink_real( gentity_t *ent )
if( !ent->client->noclip )
G_TouchTriggers( ent );
- // Tyrant crush
- pm.pmext->fallVelocity = 0;
- if( ent->client->forceCrouchTime + 500 > level.time )
- client->ps.pm_flags |= PMF_FORCE_CROUCH;
- else
- client->ps.pm_flags &= ~PMF_FORCE_CROUCH;
-
Pmove( &pm );
G_UnlaggedDetectCollisions( ent );