From f7fa9d45f5644576b8a38cd9e6dd7838ad286127 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Fri, 11 Aug 2023 23:52:53 +0100 Subject: [PATCH] Solo: use new move_cursor() features --- solo.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/solo.c b/solo.c index b9e4ab3..6c01583 100644 --- a/solo.c +++ b/solo.c @@ -4696,10 +4696,9 @@ 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, NULL); - ui->hshow = true; ui->hcursor = true; - return MOVE_UI_UPDATE; + return move_cursor(button, &ui->hx, &ui->hy, cr, cr, false, + &ui->hshow); } if (ui->hshow && (button == CURSOR_SELECT)) {