diff options
| -rw-r--r-- | tracks.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2267,6 +2267,7 @@ static char *interpret_move(const game_state *state, game_ui *ui, if (!INGRID(state, gx, gy)) { /* can't drag from off grid */ + ui->drag_sx = ui->drag_sy = -1; return NULL; } |