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:
Ian Dowse 2001-07-08 21:16:20 +00:00
parent fb35bd37f2
commit a9b238fa8e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=79432

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])