chiark / gitweb /
Forbid undo of new-game if it would change the params.
[sgt-puzzles.git] / bridges.c
index de7403e4b206f606d4fe7391ce954176485f2391..6975208fd62094c64f8c8d1d5bbcd4c170efcc92 100644 (file)
--- a/bridges.c
+++ b/bridges.c
@@ -3224,7 +3224,7 @@ static void game_print(drawing *dr, const game_state *state, int ts)
 const struct game thegame = {
     "Bridges", "games.bridges", "bridges",
     default_params,
-    game_fetch_preset,
+    game_fetch_preset, NULL,
     decode_params,
     encode_params,
     free_params,