aboutsummaryrefslogtreecommitdiff
path: root/net.c
diff options
context:
space:
mode:
Diffstat (limited to 'net.c')
-rw-r--r--net.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net.c b/net.c
index 0268033..3200253 100644
--- a/net.c
+++ b/net.c
@@ -2148,7 +2148,7 @@ static char *interpret_move(const game_state *state, game_ui *ui,
MOVE_ORIGIN, MOVE_SOURCE, MOVE_ORIGIN_AND_SOURCE, MOVE_CURSOR
} action;
- button &= ~MOD_MASK;
+ button = STRIP_BUTTON_MODIFIERS(button);
nullret = NULL;
action = NONE;