mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 08:01:30 -07:00
Correct kdiff setting.
[originally from svn r9403]
This commit is contained in:
2
solo.c
2
solo.c
@ -2041,7 +2041,7 @@ static void solver(int cr, struct block_structure *blocks,
|
|||||||
);
|
);
|
||||||
if (ret > 0) {
|
if (ret > 0) {
|
||||||
changed = TRUE;
|
changed = TRUE;
|
||||||
kdiff = max(kdiff, DIFF_KINTERSECT);
|
kdiff = max(kdiff, DIFF_KSUMS);
|
||||||
} else if (ret < 0) {
|
} else if (ret < 0) {
|
||||||
diff = DIFF_IMPOSSIBLE;
|
diff = DIFF_IMPOSSIBLE;
|
||||||
goto got_result;
|
goto got_result;
|
||||||
|
Reference in New Issue
Block a user