]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sv_phys.c
some whitespace changes
[xonotic/darkplaces.git] / sv_phys.c
index 7d647953f0f391a36bf90b84014eb680c46270be..655af5f49e1c4bfff61e961c016ce8a24c3a9cc8 100644 (file)
--- a/sv_phys.c
+++ b/sv_phys.c
@@ -948,8 +948,8 @@ int SV_TryUnstick (edict_t *ent, vec3_t oldvel)
 
 // retry the original move
                ent->v.velocity[0] = oldvel[0];
-               ent->v. velocity[1] = oldvel[1];
-               ent->v. velocity[2] = 0;
+               ent->v.velocity[1] = oldvel[1];
+               ent->v.velocity[2] = 0;
                clip = SV_FlyMove (ent, 0.1, &steptrace);
 
                if ( fabs(oldorg[1] - ent->v.origin[1]) > 4