aboutsummaryrefslogtreecommitdiff
path: root/netslide.c
diff options
context:
space:
mode:
Diffstat (limited to 'netslide.c')
-rw-r--r--netslide.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/netslide.c b/netslide.c
index 33447ae..e3d03c4 100644
--- a/netslide.c
+++ b/netslide.c
@@ -1058,7 +1058,7 @@ static char *interpret_move(const game_state *state, game_ui *ui,
int dx, dy;
char buf[80];
- button &= ~MOD_MASK;
+ button = STRIP_BUTTON_MODIFIERS(button);
if (IS_CURSOR_MOVE(button)) {
int cpos, diff = 0;