X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/750037d76de7c1ab5d46aaf8a712f32599e7d563..130de411cc2c9177988e016d15dadfe7af09a00a:/unfinished/pearl.c diff --git a/unfinished/pearl.c b/unfinished/pearl.c index af25415..41ab998 100644 --- a/unfinished/pearl.c +++ b/unfinished/pearl.c @@ -1236,6 +1236,11 @@ static char *solve_game(game_state *state, game_state *currstate, return NULL; } +static int game_can_format_as_text_now(game_params *params) +{ + return TRUE; +} + static char *game_text_format(game_state *state) { return NULL; @@ -1379,7 +1384,7 @@ const struct game thegame = { dup_game, free_game, FALSE, solve_game, - FALSE, game_text_format, + FALSE, game_can_format_as_text_now, game_text_format, new_ui, free_ui, encode_ui,