chiark / gitweb /
Forbid undo of new-game if it would change the params.
[sgt-puzzles.git] / map.c
diff --git a/map.c b/map.c
index f3c4430391e1a59d7ee678a841918fdee01d577f..f1af38ba5edaa0d80af92cee5160079b92ad5a0e 100644 (file)
--- a/map.c
+++ b/map.c
@@ -3199,7 +3199,7 @@ static void game_print(drawing *dr, const game_state *state, int tilesize)
 const struct game thegame = {
     "Map", "games.map", "map",
     default_params,
-    game_fetch_preset,
+    game_fetch_preset, NULL,
     decode_params,
     encode_params,
     free_params,