chiark / gitweb /
Rework the preset menu system to permit submenus.
[sgt-puzzles.git] / unfinished / group.c
index bec826e3676ce5102036e58887fd44a26e0b2233..4a4ad6ce533de4a8cd96bd8a174f395cbc7851a4 100644 (file)
@@ -2067,7 +2067,7 @@ static void game_print(drawing *dr, const game_state *state, int tilesize)
 const struct game thegame = {
     "Group", NULL, NULL,
     default_params,
-    game_fetch_preset,
+    game_fetch_preset, NULL,
     decode_params,
     encode_params,
     free_params,