aboutsummaryrefslogtreecommitdiff
path: root/map.c
diff options
context:
space:
mode:
Diffstat (limited to 'map.c')
-rw-r--r--map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/map.c b/map.c
index e7681a0..c7dbd29 100644
--- a/map.c
+++ b/map.c
@@ -2486,7 +2486,7 @@ static char *interpret_move(const game_state *state, game_ui *ui,
if (IS_CURSOR_MOVE(button)) {
move_cursor(button, &ui->cur_x, &ui->cur_y, state->p.w, state->p.h,
- false);
+ false, NULL);
ui->cur_visible = true;
ui->cur_moved = true;
ui->cur_lastmove = button;