chiark / gitweb /
remove -pedantic
[sgt-puzzles.git] / flip.c
diff --git a/flip.c b/flip.c
index 2249698c8a18b6770e00a49b4e7fed16ad2cf28b..c7126fb7d964fa240cfef570eae446f9daa4bf8e 100644 (file)
--- a/flip.c
+++ b/flip.c
@@ -1313,7 +1313,7 @@ static void game_print(drawing *dr, const game_state *state, int tilesize)
 const struct game thegame = {
     "Flip", "games.flip", "flip",
     default_params,
-    game_fetch_preset,
+    game_fetch_preset, NULL,
     decode_params,
     encode_params,
     free_params,