Loopy: Specify can_solve as true, rather than 1

This commit is contained in:
Ben Harris
2023-01-31 21:03:36 +00:00
parent 4359f59dd2
commit ccd579e72e

View File

@ -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,