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