diff options
Diffstat (limited to 'singles.c')
| -rw-r--r-- | singles.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1533,7 +1533,7 @@ static char *interpret_move(const game_state *state, game_ui *ui, action = TOGGLE_CIRCLE; } } - if (action == UI) return UI_UPDATE; + if (action == UI) return MOVE_UI_UPDATE; if (action == TOGGLE_BLACK || action == TOGGLE_CIRCLE) { i = y * state->w + x; |