Patches from Richard B for Solo:

- prevent highlighting a clue square at all
 - enable easier switching between highlight types by not requiring
   a left-click highlight to be left-click-cancelled before
   right-clicking, and vice versa
 - fix bit-rot in -DSTANDALONE_SOLVER
Also one of mine:
 - replicate Richard's -DSTANDALONE_SOLVER fix in Pattern, where it
   was also broken.

[originally from svn r5892]
This commit is contained in:
Simon Tatham
2005-06-01 07:01:32 +00:00
parent 695b6be363
commit 5b5fc1417b
2 changed files with 39 additions and 19 deletions

View File

@ -1221,7 +1221,7 @@ int main(int argc, char **argv)
fprintf(stderr, "%s: %s\n", argv[0], err);
return 1;
}
s = new_game(p, desc);
s = new_game(NULL, p, desc);
{
int w = p->w, h = p->h, i, j, done_any, max;