forked from fte/fteqw
1
0
Fork 0

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:
Spoike 2005-03-20 03:07:24 +00:00
parent cd404b7477
commit 0a819ecd64
1 changed files with 1 additions and 1 deletions

View File

@ -3798,7 +3798,7 @@ void SV_RunCmd (usercmd_t *ucmd, qboolean recurse)
pmove_maxs[i] = pmove.origin[i] + 256;
}
PM_PlayerMove (cl.gamespeed);
PM_PlayerMove (sv.gamespeed);
VectorCopy (pmove.origin, host_client->specorigin);
VectorCopy (pmove.velocity, host_client->specvelocity);