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