chiark / gitweb /
Fix a typo in the comments of Pearl.
authorJonas Kölker <jonaskoelker@yahoo.com>
Mon, 21 Sep 2015 13:51:06 +0000 (15:51 +0200)
committerSimon Tatham <anakin@pobox.com>
Sat, 3 Oct 2015 15:57:44 +0000 (16:57 +0100)
Each stone can have 2 lines radiating from its centre, not 3.

pearl.c

diff --git a/pearl.c b/pearl.c
index 346ceb33419a95b62725c1b793635a3f44449ac6..8b1afe9ace3f9bf0f5c291c07c9469857d339ce7 100644 (file)
--- a/pearl.c
+++ b/pearl.c
@@ -1654,7 +1654,7 @@ static void check_completion(game_state *state, int mark)
  * - no clues must be contradicted (highlight clue itself in error if so)
  * - if there is a closed loop it must include every line segment laid
  *    - if there's a smaller closed loop then highlight whole loop as error
- * - no square must have more than 3 lines radiating from centre point
+ * - no square must have more than 2 lines radiating from centre point
  *   (highlight all lines in that square as error if so)
  */