chiark / gitweb /
Fix borders on the HTML menu bar.
[sgt-puzzles.git] / filling.c
index 3797e5c5ff94515879d857d2a6c7f3aef3f08d70..d8d0c8cbb035b62addce8d3f35462807847e7fbf 100644 (file)
--- a/filling.c
+++ b/filling.c
@@ -2111,7 +2111,7 @@ static void game_print(drawing *dr, const game_state *state, int tilesize)
 const struct game thegame = {
     "Filling", "games.filling", "filling",
     default_params,
-    game_fetch_preset,
+    game_fetch_preset, NULL,
     decode_params,
     encode_params,
     free_params,