mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-04-04 17:02:00 +00:00
Death cam.
This commit is contained in:
parent
6ca865580a
commit
d8723fdc25
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue