chiark / gitweb /
remove -pedantic
[sgt-puzzles.git] / palisade.c
index b5fb1653c9e9de1650afa6863d7cb7079a7ca2f1..b9d578d0f7f05e1f55c61b95c52f231c86f5c5d4 100644 (file)
@@ -1347,7 +1347,7 @@ static void game_print(drawing *dr, const game_state *state, int tilesize)
 const struct game thegame = {
     "Palisade", "games.palisade", "palisade",
     default_params,
-    game_fetch_preset,
+    game_fetch_preset, NULL,
     decode_params,
     encode_params,
     free_params,