aboutsummaryrefslogtreecommitdiff
path: root/towers.c
diff options
context:
space:
mode:
Diffstat (limited to 'towers.c')
-rw-r--r--towers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/towers.c b/towers.c
index 718f9f6..297ada8 100644
--- a/towers.c
+++ b/towers.c
@@ -1501,7 +1501,7 @@ static char *interpret_move(const game_state *state, game_ui *ui,
}
return NULL;
}
- 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;