aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pearl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pearl.c b/pearl.c
index 34abf2a..402273f 100644
--- a/pearl.c
+++ b/pearl.c
@@ -2175,7 +2175,7 @@ static char *interpret_move(const game_state *state, game_ui *ui,
if (!INGRID(state, gx, gy)) {
ui->ndragcoords = -1;
- return MOVE_UNUSED;
+ return MOVE_UI_UPDATE;
}
ui->clickx = x; ui->clicky = y;