diff options
Diffstat (limited to 'keen.c')
| -rw-r--r-- | keen.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1748,7 +1748,7 @@ static char *interpret_move(const game_state *state, game_ui *ui, } } if (IS_CURSOR_MOVE(button)) { - move_cursor(button, &ui->hx, &ui->hy, w, w, false); + move_cursor(button, &ui->hx, &ui->hy, w, w, false, NULL); ui->hshow = true; ui->hcursor = true; return MOVE_UI_UPDATE; |