diff options
Diffstat (limited to 'unfinished/group.c')
| -rw-r--r-- | unfinished/group.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unfinished/group.c b/unfinished/group.c index dfa466d..7faee89 100644 --- a/unfinished/group.c +++ b/unfinished/group.c @@ -2323,6 +2323,7 @@ const struct game thegame = { free_game, true, solve_game, true, game_can_format_as_text_now, game_text_format, + NULL, NULL, /* get_prefs, set_prefs */ new_ui, free_ui, NULL, /* encode_ui */ |