Oops, remove a `mouse_move_delayed++' that shouldn't have been

added in the previous commit; this variable is already incremented
in the previous `if' condition.
This commit is contained in:
iedowse 2001-07-08 21:16:20 +00:00
parent acf51f9c57
commit 9b020ad7f3

View File

@ -1989,10 +1989,8 @@ r_statetrans(mousestatus_t *a1, mousestatus_t *a2, int trans)
mouse_button_state =
states[mouse_button_state].s[A_TIMEOUT];
changed = TRUE;
} else {
} else
a2->dx = a2->dy = 0;
mouse_move_delayed++;
}
} else
mouse_move_delayed = 0;
if (mouse_button_state != states[mouse_button_state].s[trans])