mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2024-11-22 03:51:23 +00:00
Add parentheses about binary-and
There wasn't a warning so it was probably fine?
This commit is contained in:
parent
dc0fa02eb3
commit
ae409da88b
1 changed files with 1 additions and 1 deletions
|
@ -739,7 +739,7 @@ static int CG_CalcViewValues( void ) {
|
|||
VectorMA(cg.refdef.vieworg, ps->velocity[1], right, cg.refdef.vieworg);
|
||||
VectorMA(cg.refdef.vieworg, ps->velocity[2], up, cg.refdef.vieworg);
|
||||
}
|
||||
else if (cgs.clientinfo[cg.snap->ps.clientNum].controlMode == CT_JOYSTICK || ps->pm_flags & PMF_FOLLOW ){
|
||||
else if (cgs.clientinfo[cg.snap->ps.clientNum].controlMode == CT_JOYSTICK || ( ps->pm_flags & PMF_FOLLOW ) ){
|
||||
float angle, f, scale;
|
||||
|
||||
VectorCopy( ps->viewangles, cg.refdefViewAngles );
|
||||
|
|
Loading…
Reference in a new issue