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