X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/4cbcbfca0b518d18045d620d8cd797d0e581dd7a..f867188fe2dd8cc3fdb20931cf60ab99eb6a4601:/signpost.c diff --git a/signpost.c b/signpost.c index 365a9e9..21b05c9 100644 --- a/signpost.c +++ b/signpost.c @@ -1,9 +1,5 @@ /* * signpost.c: implementation of the janko game 'arrow path' - * - * Remaining troublesome games: - * - * 4x4#438520052525454 */ #include @@ -1838,7 +1834,7 @@ static void tile_redraw(drawing *dr, game_drawstate *ds, int tx, int ty, /* Draw text (number or set). */ if (num != 0) { - assert(num > 0); + /* assert(num > 0); - actually, no, this obstructs legal play */ if (set == 0) { sprintf(buf, "%d", n); } else {