chiark / gitweb /
Docs and comments fixes from James H.
authorSimon Tatham <anakin@pobox.com>
Tue, 16 Feb 2010 10:48:25 +0000 (10:48 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 16 Feb 2010 10:48:25 +0000 (10:48 +0000)
[originally from svn r8866]

puzzles.but
signpost.c

index 59cb128bd4b2b9a8801898622b658e1c8e2866e1..ad9f79eec2531daafbb202e4343908efb7398af3 100644 (file)
@@ -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}
 
index 365a9e9ff1f62a5948d767041cdc2c2f2f2140d4..5aa738ead8f64872021dbef6296bd99e6c0cca78 100644 (file)
@@ -1,9 +1,5 @@
 /*
  * signpost.c: implementation of the janko game 'arrow path'
- *
- * Remaining troublesome games:
- *
- * 4x4#438520052525454
  */
 
 #include <stdio.h>