chiark / gitweb /
changelog: document last change
[sgt-puzzles.git] / rect.c
diff --git a/rect.c b/rect.c
index 2f603cbd3fe231cd2fd54b26cb3b058f92f3042a..465e1436fac50b2cfc8b125224011316f3b83178 100644 (file)
--- a/rect.c
+++ b/rect.c
@@ -2962,7 +2962,7 @@ static void game_print(drawing *dr, const game_state *state, int tilesize)
 const struct game thegame = {
     "Rectangles", "games.rectangles", "rect",
     default_params,
-    game_fetch_preset,
+    game_fetch_preset, NULL,
     decode_params,
     encode_params,
     free_params,