aboutsummaryrefslogtreecommitdiff
path: root/loopy.c
diff options
context:
space:
mode:
Diffstat (limited to 'loopy.c')
-rw-r--r--loopy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loopy.c b/loopy.c
index 7d79876..b30dd68 100644
--- a/loopy.c
+++ b/loopy.c
@@ -3048,7 +3048,7 @@ static char *interpret_move(const game_state *state, game_ui *ui,
char button_char = ' ';
enum line_state old_state;
- button &= ~MOD_MASK;
+ button = STRIP_BUTTON_MODIFIERS(button);
/* Convert mouse-click (x,y) to grid coordinates */
x -= BORDER(ds->tilesize);