chiark / gitweb /
Fix borders on the HTML menu bar.
[sgt-puzzles.git] / towers.c
index 9525adb56b19aec96fb011c78ffd80c24cd6f5ee..a3a7e55a45f01166932ad7ca0b5f42df06ca20a7 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,