diff options
| author | Simon Tatham <anakin@pobox.com> | 2010-02-16 10:48:25 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2010-02-16 10:48:25 +0000 |
| commit | b39f9dfb99e1a93aec7a372ce0bf39678d12fd9e (patch) | |
| tree | 595467aa1dfddd606d505b2f284dcec52711c664 | |
| parent | 1fa6d1b7f12fad80b090e4b7b47d45199ca6dcd4 (diff) | |
| download | puzzles-b39f9dfb99e1a93aec7a372ce0bf39678d12fd9e.zip puzzles-b39f9dfb99e1a93aec7a372ce0bf39678d12fd9e.tar.gz puzzles-b39f9dfb99e1a93aec7a372ce0bf39678d12fd9e.tar.bz2 puzzles-b39f9dfb99e1a93aec7a372ce0bf39678d12fd9e.tar.xz | |
Docs and comments fixes from James H.
[originally from svn r8866]
| -rw-r--r-- | puzzles.but | 5 | ||||
| -rw-r--r-- | signpost.c | 4 |
2 files changed, 1 insertions, 8 deletions
diff --git a/puzzles.but b/puzzles.but index 59cb128..ad9f79e 100644 --- a/puzzles.but +++ b/puzzles.but @@ -2843,10 +2843,7 @@ These parameters are available from the \q{Custom...} option on the \dt \e{Width}, \e{Height} -\dd Size of grid in squares. There will be half \e{Width} \by \e{Height} -dominoes in the grid: if this number is odd then one square will be blank. - -(Grids with at least one odd dimension tend to be easier to solve.) +\dd Size of grid in squares. \dt \e{Force start/end to corners} @@ -1,9 +1,5 @@ /* * signpost.c: implementation of the janko game 'arrow path' - * - * Remaining troublesome games: - * - * 4x4#438520052525454 */ #include <stdio.h> |