aboutsummaryrefslogtreecommitdiff
path: root/solo.c
diff options
context:
space:
mode:
Diffstat (limited to 'solo.c')
-rw-r--r--solo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/solo.c b/solo.c
index fb851ca..2445501 100644
--- a/solo.c
+++ b/solo.c
@@ -4653,7 +4653,7 @@ static char *interpret_move(const game_state *state, game_ui *ui,
int tx, ty;
char buf[80];
- button &= ~MOD_MASK;
+ button = STRIP_BUTTON_MODIFIERS(button);
tx = (x + TILE_SIZE - BORDER) / TILE_SIZE - 1;
ty = (y + TILE_SIZE - BORDER) / TILE_SIZE - 1;