mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-24 21:38:39 -04:00
only check for double-clicks from second click on (cosmetic change)
This commit is contained in:
parent
e04346a551
commit
a23722bf4b
@ -721,7 +721,7 @@ boolean G_Responder(event_t* ev)
|
||||
M_InputMatchMouseB(input_strafe, ev->data1) ||
|
||||
M_InputMatchMouseB(input_forward, ev->data1)
|
||||
) &&
|
||||
ev->data2 && (ev->data2 % 2) == 0)
|
||||
ev->data2 >= 2 && (ev->data2 % 2) == 0)
|
||||
{
|
||||
dclick = true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user