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 f228b19..5e79115 100644
--- a/samegame.c
+++ b/samegame.c
@@ -1285,7 +1285,7 @@ static char *interpret_move(const game_state *state, game_ui *ui,
int x, int y, int button)
{
int tx, ty;
- char *ret = UI_UPDATE;
+ char *ret = MOVE_UI_UPDATE;
ui->displaysel = false;