Turn off the keyboard-control cursor when the user reverts to mouse

control.

[originally from svn r6008]
This commit is contained in:
Simon Tatham
2005-06-24 11:13:08 +00:00
parent 5fc29f7717
commit 029e8b85ce

View File

@ -641,6 +641,7 @@ static game_state *make_move(game_state *from, game_ui *ui, game_drawstate *ds,
} }
ui->drag_col = 0; ui->drag_col = 0;
ui->drag_opeg = -1; ui->drag_opeg = -1;
ui->display_cur = 0;
debug(("Stop dragging.")); debug(("Stop dragging."));
ret = from; ret = from;
} else if (button == RIGHT_BUTTON) { } else if (button == RIGHT_BUTTON) {