heh, whoops
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@908 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
cd404b7477
commit
0a819ecd64
1 changed files with 1 additions and 1 deletions
|
@ -3798,7 +3798,7 @@ void SV_RunCmd (usercmd_t *ucmd, qboolean recurse)
|
||||||
pmove_maxs[i] = pmove.origin[i] + 256;
|
pmove_maxs[i] = pmove.origin[i] + 256;
|
||||||
}
|
}
|
||||||
|
|
||||||
PM_PlayerMove (cl.gamespeed);
|
PM_PlayerMove (sv.gamespeed);
|
||||||
|
|
||||||
VectorCopy (pmove.origin, host_client->specorigin);
|
VectorCopy (pmove.origin, host_client->specorigin);
|
||||||
VectorCopy (pmove.velocity, host_client->specvelocity);
|
VectorCopy (pmove.velocity, host_client->specvelocity);
|
||||||
|
|
Loading…
Reference in a new issue