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