aboutsummaryrefslogtreecommitdiff
path: root/towers.c
diff options
context:
space:
mode:
Diffstat (limited to 'towers.c')
-rw-r--r--towers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/towers.c b/towers.c
index c26e530..4dd9484 100644
--- a/towers.c
+++ b/towers.c
@@ -1424,7 +1424,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 = FROMCOORD(x);
ty = FROMCOORD(y);