fixed vweps when spectating.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3318 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2009-07-19 15:08:30 +00:00
parent 150fdb2bd4
commit 4cc13b2bbf
1 changed files with 2 additions and 0 deletions

View File

@ -2485,6 +2485,8 @@ void CL_AddVWeapModel(entity_t *player, model_t *model)
vec3_t angles;
newent = CL_NewTempEntity ();
newent->keynum = player->keynum;
VectorCopy(player->origin, newent->origin);
VectorCopy(player->angles, newent->angles);
newent->skinnum = player->skinnum;