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:
Jonas Kölker
2015-09-21 15:51:06 +02:00
committed by Simon Tatham
parent c0308c9319
commit 4fb9776d83

View File

@ -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)
*/