Remove extraneous parentheses
This commit is contained in:
parent
388e359821
commit
98e69a5217
1 changed files with 1 additions and 1 deletions
|
|
@ -1412,7 +1412,7 @@ boolean M_Responder(event_t *ev)
|
|||
fixed_t rate = 0;
|
||||
UINT32 repeat = 0;
|
||||
|
||||
if ((ev->data1 == 1))
|
||||
if (ev->data1 == 1)
|
||||
{
|
||||
pjoyy = (abs(ev->data2) > JOYAXISRANGE/4) ? ev->data2 : 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue