diff options
Diffstat (limited to 'magnets.c')
| -rw-r--r-- | magnets.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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)) { |