shithub: puzzles

Download patch

ref: ccd579e72ee8ea2de46786a6b296f37a0ecf5867
parent: 4359f59dd22770a94e29b2ddd54b533ad1713550
author: Ben Harris <bjh21@bjh21.me.uk>
date: Tue Jan 31 16:03:36 EST 2023

Loopy: Specify can_solve as true, rather than 1

--- a/loopy.c
+++ b/loopy.c
@@ -3672,7 +3672,7 @@
     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,