mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-22 16:32:13 -07:00
Fix one-character typo in r9405 which was breaking right-clicks.
[originally from svn r9406] [r9405 == 0c13787c2a17adc891f8e47c06b259f80bc8251a]
This commit is contained in:
2
pearl.c
2
pearl.c
@ -1967,7 +1967,7 @@ static char *interpret_move(game_state *state, game_ui *ui, game_drawstate *ds,
|
||||
ui->ndragcoords = -1;
|
||||
|
||||
return buf ? buf : "";
|
||||
} else if (ui->dragcoords == 0) {
|
||||
} else if (ui->ndragcoords == 0) {
|
||||
/* Click (or tiny drag). Work out which edge we were
|
||||
* closest to. */
|
||||
int cx, cy;
|
||||
|
Reference in New Issue
Block a user