mirror of
https://github.com/ENSL/NS.git
synced 2024-11-21 20:21:14 +00:00
readd line deleted in error
This commit is contained in:
parent
ae447029c0
commit
e59ea9b87f
1 changed files with 3 additions and 2 deletions
|
@ -625,8 +625,9 @@ void V_CalcNormalRefdef ( struct ref_params_s *pparams )
|
|||
|
||||
if (cl_bobview && cl_bobview->value != 0)
|
||||
{
|
||||
pparams->vieworg[2] += ( bob );
|
||||
pparams->vieworg[2] += ( bob );
|
||||
}
|
||||
VectorAdd(pparams->vieworg, pparams->viewheight, pparams->vieworg);
|
||||
|
||||
VectorCopy ( pparams->cl_viewangles, pparams->viewangles );
|
||||
|
||||
|
@ -760,7 +761,7 @@ void V_CalcNormalRefdef ( struct ref_params_s *pparams )
|
|||
}
|
||||
if (cl_bobview && cl_bobview->value != 0)
|
||||
{
|
||||
view->origin[2] += bob;
|
||||
view->origin[2] += bob;
|
||||
}
|
||||
|
||||
// throw in a little tilt.
|
||||
|
|
Loading…
Reference in a new issue