mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 08:01:30 -07:00
Fix a typo in the comments of Pearl.
Each stone can have 2 lines radiating from its centre, not 3.
This commit is contained in:

committed by
Simon Tatham

parent
c0308c9319
commit
4fb9776d83
2
pearl.c
2
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)
|
||||
*/
|
||||
|
||||
|
Reference in New Issue
Block a user