aboutsummaryrefslogtreecommitdiff
path: root/magnets.c
diff options
context:
space:
mode:
Diffstat (limited to 'magnets.c')
-rw-r--r--magnets.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/magnets.c b/magnets.c
index a437b59..6d7eb00 100644
--- a/magnets.c
+++ b/magnets.c
@@ -1844,7 +1844,8 @@ static char *interpret_move(const game_state *state, game_ui *ui,
enum { CYCLE_MAGNET, CYCLE_NEUTRAL } action;
if (IS_CURSOR_MOVE(button)) {
- move_cursor(button, &ui->cur_x, &ui->cur_y, state->w, state->h, false);
+ move_cursor(button, &ui->cur_x, &ui->cur_y, state->w, state->h, false,
+ NULL);
ui->cur_visible = true;
return MOVE_UI_UPDATE;
} else if (IS_CURSOR_SELECT(button)) {