diff options
Diffstat (limited to 'samegame.c')
| -rw-r--r-- | samegame.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |