chiark / gitweb /
changelog: document last change
[sgt-puzzles.git] / sixteen.c
index 06494f5d000c9f3e0a9e9c8519800178ca913cee..edc97718672b51d502ab5ae9fb948b691532b740 100644 (file)
--- a/sixteen.c
+++ b/sixteen.c
@@ -1176,7 +1176,7 @@ static void game_print(drawing *dr, const game_state *state, int tilesize)
 const struct game thegame = {
     "Sixteen", "games.sixteen", "sixteen",
     default_params,
-    game_fetch_preset,
+    game_fetch_preset, NULL,
     decode_params,
     encode_params,
     free_params,