chiark / gitweb /
changelog: document last change
[sgt-puzzles.git] / solo.c
diff --git a/solo.c b/solo.c
index a8a67e81445ea7240cfecc5ace84c8986ec9388e..0d383c39aad22ed904447435b1c99ba338fb7cc2 100644 (file)
--- a/solo.c
+++ b/solo.c
@@ -5543,7 +5543,7 @@ static void game_print(drawing *dr, const game_state *state, int tilesize)
 const struct game thegame = {
     "Solo", "games.solo", "solo",
     default_params,
-    game_fetch_preset,
+    game_fetch_preset, NULL,
     decode_params,
     encode_params,
     free_params,