aboutsummaryrefslogtreecommitdiff
path: root/slant.c
diff options
context:
space:
mode:
Diffstat (limited to 'slant.c')
-rw-r--r--slant.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/slant.c b/slant.c
index 134d49e..6ce0a49 100644
--- a/slant.c
+++ b/slant.c
@@ -1739,7 +1739,7 @@ static char *interpret_move(const game_state *state, game_ui *ui,
action = (button == CURSOR_SELECT2) ? ANTICLOCKWISE : CLOCKWISE;
} else if (IS_CURSOR_MOVE(button)) {
- 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);
ui->cur_visible = true;
return MOVE_UI_UPDATE;
} else if (button == '\\' || button == '\b' || button == '/') {