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