Death cam.

This commit is contained in:
Andrei Drexler 2009-06-30 23:43:25 +00:00
parent 6ca865580a
commit d8723fdc25

View file

@ -456,7 +456,7 @@ static void CG_DeadPlayerView()
CG_Trace(&tr, cg.oldHeadPos, NULL, NULL, cg.refdef.vieworg, cg.clientNum, CONTENTS_SOLID);
VectorCopy(tr.endpos, cg.refdef.vieworg);
VectorCopy(cg.headPos, cg.oldHeadPos);
VectorCopy(tr.endpos, cg.oldHeadPos);
}
}