aboutsummaryrefslogtreecommitdiff
path: root/solo.c
diff options
context:
space:
mode:
Diffstat (limited to 'solo.c')
-rw-r--r--solo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/solo.c b/solo.c
index d934110..29ae1dd 100644
--- a/solo.c
+++ b/solo.c
@@ -4661,7 +4661,7 @@ static char *interpret_move(const game_state *state, game_ui *ui,
}
}
if (IS_CURSOR_MOVE(button)) {
- move_cursor(button, &ui->hx, &ui->hy, cr, cr, false);
+ move_cursor(button, &ui->hx, &ui->hy, cr, cr, false, NULL);
ui->hshow = true;
ui->hcursor = true;
return MOVE_UI_UPDATE;