chiark / gitweb /
Fix borders on the HTML menu bar.
[sgt-puzzles.git] / tents.c
diff --git a/tents.c b/tents.c
index 859b13eae50beb452033bac556999445c70a5e39..4ffeb7be64f95e0224f988ba8f1e138f07f6515c 100644 (file)
--- a/tents.c
+++ b/tents.c
@@ -2611,7 +2611,7 @@ static void game_print(drawing *dr, const game_state *state, int tilesize)
 const struct game thegame = {
     "Tents", "games.tents", "tents",
     default_params,
-    game_fetch_preset,
+    game_fetch_preset, NULL,
     decode_params,
     encode_params,
     free_params,