diff options
| author | Ben Harris <bjh21@bjh21.me.uk> | 2023-01-31 21:03:36 +0000 |
|---|---|---|
| committer | Ben Harris <bjh21@bjh21.me.uk> | 2023-01-31 22:17:03 +0000 |
| commit | ccd579e72ee8ea2de46786a6b296f37a0ecf5867 (patch) | |
| tree | fbceb6329da40bbd845713d3b3f1e43259d0d2b2 /loopy.c | |
| parent | 4359f59dd22770a94e29b2ddd54b533ad1713550 (diff) | |
| download | puzzles-ccd579e72ee8ea2de46786a6b296f37a0ecf5867.zip puzzles-ccd579e72ee8ea2de46786a6b296f37a0ecf5867.tar.gz puzzles-ccd579e72ee8ea2de46786a6b296f37a0ecf5867.tar.bz2 puzzles-ccd579e72ee8ea2de46786a6b296f37a0ecf5867.tar.xz | |
Loopy: Specify can_solve as true, rather than 1
Diffstat (limited to 'loopy.c')
| -rw-r--r-- | loopy.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3672,7 +3672,7 @@ const struct game thegame = { new_game, dup_game, free_game, - 1, solve_game, + true, solve_game, true, game_can_format_as_text_now, game_text_format, new_ui, free_ui, |