aboutsummaryrefslogtreecommitdiff
path: root/samegame.c
diff options
context:
space:
mode:
Diffstat (limited to 'samegame.c')
-rw-r--r--samegame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/samegame.c b/samegame.c
index 88edad3..7a40fcc 100644
--- a/samegame.c
+++ b/samegame.c
@@ -1273,7 +1273,7 @@ static char *interpret_move(const game_state *state, game_ui *ui,
int x, int y, int button)
{
int tx, ty;
- char *ret = "";
+ char *ret = UI_UPDATE;
ui->displaysel = 0;