aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--signpost.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/signpost.c b/signpost.c
index 5aa738e..21b05c9 100644
--- a/signpost.c
+++ b/signpost.c
@@ -1834,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 {