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