aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--unequal.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/unequal.c b/unequal.c
index f778df0..c2f7311 100644
--- a/unequal.c
+++ b/unequal.c
@@ -1617,11 +1617,9 @@ static char *interpret_move(const game_state *state, game_ui *ui,
return dupstr(buf);
} else {
- move_cursor(button, &ui->hx, &ui->hy, ds->order, ds->order, false,
- NULL);
- ui->hshow = true;
ui->hcursor = true;
- return MOVE_UI_UPDATE;
+ return move_cursor(button, &ui->hx, &ui->hy, ds->order, ds->order,
+ false, &ui->hshow);
}
}
if (ui->hshow && IS_CURSOR_SELECT(button)) {