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