aboutsummaryrefslogtreecommitdiff
path: root/palisade.c
diff options
context:
space:
mode:
Diffstat (limited to 'palisade.c')
-rw-r--r--palisade.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/palisade.c b/palisade.c
index b9d578d..93c1ad6 100644
--- a/palisade.c
+++ b/palisade.c
@@ -986,7 +986,7 @@ static char *interpret_move(const game_state *state, game_ui *ui,
ui->x, ui->y, flag, x, y, newflag);
} else {
move_cursor(button, &ui->x, &ui->y, w, h, FALSE);
- return "";
+ return UI_UPDATE;
}
}