mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 16:05:44 -07:00
Apply a missing bit of r9164, which only broke the build with
-DDEBUGGING so I didn't notice it at the time. [originally from svn r9167] [r9164 == 2efc77d2fde7e53604f8490b57f18a36eec5c4fb]
This commit is contained in:
@ -1544,7 +1544,8 @@ static int lay_dominoes(game_state *state, random_state *rs, int *scratch)
|
|||||||
ret = solve_set(state, i, NEUTRAL, "layout", NULL);
|
ret = solve_set(state, i, NEUTRAL, "layout", NULL);
|
||||||
}
|
}
|
||||||
if (!ret) {
|
if (!ret) {
|
||||||
debug(("Unable to lay anything at (%d,%d), giving up.", x, y));
|
debug(("Unable to lay anything at (%d,%d), giving up.",
|
||||||
|
i%state->w, i/state->w));
|
||||||
ret = -1;
|
ret = -1;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user