aboutsummaryrefslogtreecommitdiff
path: root/filling.c
diff options
context:
space:
mode:
Diffstat (limited to 'filling.c')
-rw-r--r--filling.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/filling.c b/filling.c
index 0ab4f08..80a06dd 100644
--- a/filling.c
+++ b/filling.c
@@ -1498,7 +1498,7 @@ static char *interpret_move(const game_state *state, game_ui *ui,
if (IS_CURSOR_MOVE(button)) {
ui->cur_visible = true;
- move_cursor(button, &ui->cur_x, &ui->cur_y, w, h, false);
+ move_cursor(button, &ui->cur_x, &ui->cur_y, w, h, false, NULL);
if (ui->keydragging) goto select_square;
return MOVE_UI_UPDATE;
}