From 3accd215a4771117c49f35b440c1b6b8a6db6dc6 Mon Sep 17 00:00:00 2001 From: eviltypeguy Date: Thu, 7 Feb 2002 01:18:22 +0000 Subject: [PATCH] Remove pointless and wasteful variable assignment git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@1500 d7cf8633-e32d-0410-b094-e92efae38249 --- sv_phys.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sv_phys.c b/sv_phys.c index 26775e84..855abe16 100644 --- a/sv_phys.c +++ b/sv_phys.c @@ -118,7 +118,6 @@ void SV_CheckVelocity (edict_t *ent) ent->v.velocity[0] *= wishspeed; ent->v.velocity[1] *= wishspeed; ent->v.velocity[2] *= wishspeed; - wishspeed = sv_maxvelocity.value; } } -- 2.39.2